Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: src/scripts/mod_for_test_scripts/test_setup.sh

Issue 845007: Change mod_for_test_script to make it work with arm os image. (Closed)
Patch Set: patch 6. Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/scripts/mod_for_test_scripts/test_account.passwd ('k') | src/scripts/mod_image_for_test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/scripts/mod_for_test_scripts/test_account.passwd ('k') | src/scripts/mod_image_for_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698