From 941893f1119d382dd649ab4d29685e1519e524b4 Mon Sep 17 00:00:00 2001 From: Eric Li Date: Wed, 7 Apr 2010 17:00:36 -0700 Subject: [PATCH] Enable default board in the new build_autotest script. Review URL: http://codereview.chromium.org/1582019 --- build_autotest.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build_autotest.sh b/build_autotest.sh index 45c344791e..5614a81077 100755 --- a/build_autotest.sh +++ b/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}" $@