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

Unified Diff: src/scripts/make_autotest.sh

Issue 555111: Export GCLIENT_ROOT from make_autotest (Closed)
Patch Set: Created 10 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/make_autotest.sh
diff --git a/src/scripts/make_autotest.sh b/src/scripts/make_autotest.sh
index e5af26e552dae2107aafe7c1cc68881e9400aa1f..bf0e521135cf0778dd29ad9582390167f1610553 100755
--- a/src/scripts/make_autotest.sh
+++ b/src/scripts/make_autotest.sh
@@ -9,9 +9,9 @@
# client tests in the build environment, since client systems under
# test lack the proper toolchain.
#
-# The user can enter_chroot later and run autotest against an ssh
-# enabled test client system, or install the compiled client tests
-# directly onto the rootfs image, using mod_image_for_test.
+# The user can later run autotest against an ssh enabled test client system, or
+# install the compiled client tests directly onto the rootfs image, using
+# mod_image_for_test.sh.
. "$(dirname "$0")/common.sh"
@@ -57,5 +57,8 @@ cd ${AUTOTEST_DEST}
touchInitPy client/tests client/site_tests
touch __init__.py
+# Export GCLIENT_ROOT so that tests have access to the source and build trees
+export GCLIENT_ROOT
+
# run the magic test setup script.
client/bin/autotest client/site_tests/setup/control
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698