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

Unified Diff: src/scripts/build_autotest.sh

Issue 1582019: Enable default board in the new build_autotest script. (Closed)
Patch Set: Created 10 years, 8 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/build_autotest.sh
diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
index 45c344791edb4580b55c3971ed218665c906d4a5..5614a8107749d987c77ba7aa516717e3cfaba352 100755
--- a/src/scripts/build_autotest.sh
+++ b/src/scripts/build_autotest.sh
@@ -11,6 +11,9 @@
# The user can later run autotest against an ssh enabled test client system, or
# install the compiled client tests directly onto the rootfs image.
-# Includes common already
-./autotest --build=all $@
+. "$(dirname "$0")/common.sh"
+
+get_default_board
+
+./autotest --build=all --board="${DEFAULT_BOARD}" $@
petkov 2010/04/07 23:45:46 So now you can't pass --board to build_autotest an
« 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