source: trunk/merengueproj/tests/selenium/clean_tests.sh @ 3991

Revision 3991, 134 bytes checked in by msaelices, 15 months ago (diff)

Added executable mark to clean_tests.sh file. See #1.

  • Property svn:executable set to *
Line 
1#!/bin/bash
2# Delete all the url base of selenium tests
3
4find -type f -name \*html -exec sed -i "s/href=\"http.*\"/href=\"\"/g" {} \;
Note: See TracBrowser for help on using the repository browser.