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

Unified Diff: chromeos/scripts/build_packages

Issue 3180011: Call build_autotest.sh in build_packages (Closed) Base URL: ssh://git@chromiumos-git//chromiumos-overlay.git
Patch Set: Created 10 years, 4 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: chromeos/scripts/build_packages
diff --git a/chromeos/scripts/build_packages b/chromeos/scripts/build_packages
index efa55e8eeee06f1b3568594a5f6005f03c77476c..ee98c2eeaf899c65e6fb8a3e04637b432c7a190c 100755
--- a/chromeos/scripts/build_packages
+++ b/chromeos/scripts/build_packages
@@ -161,7 +161,7 @@ fi
if [[ $FLAGS_withautotest -eq $FLAGS_TRUE ]]; then
echo "Building Autotest"
- ./autotest --build=all --noprompt --board=${FLAGS_board}
+ ./build_autotest.sh --board=${FLAGS_board}
fi
echo "Builds complete"
« 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