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

Unified Diff: cros_run_unit_tests

Issue 3801003: crosutils: make cros_run_unit_tests prepare before building tests (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 2 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 9a17b4452df63f49df68c12b5eec9430a3419e81..169edde582b7549b3e304ca4caddd2a0b5c0804c 100755
--- a/cros_run_unit_tests
+++ b/cros_run_unit_tests
@@ -42,10 +42,10 @@ function record_test_failure() {
function run_unit_test() {
FEATURES="-buildpkg -digest noauto" \
- ebuild-${FLAGS_board} "${1}" clean unpack configure test
+ ebuild-${FLAGS_board} "${1}" clean unpack prepare configure test
}
-# Parse command line and die if unexpected paramters given.
+# Parse command line and die if unexpected parameters given.
FLAGS_HELP="usage: ${0} [flags]"
FLAGS "${@}" || exit 1
eval set -- "${FLAGS_ARGV}"
« 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