Index: src/scripts/mod_for_test_scripts/test_setup.sh |
diff --git a/src/scripts/mod_for_test_scripts/test_setup.sh b/src/scripts/mod_for_test_scripts/test_setup.sh |
index a02d72d8e269b782022053fba4e0eb8d41f1da34..93560c68244ead938240d76b54de68c37604781a 100755 |
--- a/src/scripts/mod_for_test_scripts/test_setup.sh |
+++ b/src/scripts/mod_for_test_scripts/test_setup.sh |
@@ -4,9 +4,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-cd `dirname $0` |
-for SCRIPT in [0-9][0-9][0-9]*[!$~] |
+for SCRIPT in \ |
+ ${GCLIENT_ROOT}/src/scripts/mod_for_test_scripts/[0-9][0-9][0-9]*[!$~] |
do |
- ./${SCRIPT} |
+ ${SCRIPT} |
done |