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

Unified Diff: cros_run_unit_tests

Issue 2955002: Support non-default board use case (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Fix trailing space Created 10 years, 5 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: cros_run_unit_tests
diff --git a/cros_run_unit_tests b/cros_run_unit_tests
index 9c5417fa00513de1359fa27cc0bf633ffc7b883c..0d85b7623ccacf1e829d6a5a8395717be5caf53b 100755
--- a/cros_run_unit_tests
+++ b/cros_run_unit_tests
@@ -60,7 +60,8 @@ set -e
if [ -n "${FLAGS_packages}" ]; then
PACKAGE_LIST="${FLAGS_packages}"
else
- PACKAGE_LIST=$( ./get_package_list chromeos | egrep '^chromeos-base' )
+ PACKAGE_LIST=$( ./get_package_list chromeos --board="${FLAGS_board}" |
+ egrep '^chromeos-base' )
fi
BLACK_LIST_FILE="$(dirname "$0")/unit_test_black_list.txt"
« 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