From e8b8033880c15fea23120843e1c0024cc786ab6d Mon Sep 17 00:00:00 2001 From: Ken Mixter Date: Fri, 27 Aug 2010 14:37:10 -0700 Subject: [PATCH] Allow src_test to require running src_configure step first TEST=ran the script on all tests successfully Change-Id: I992b9ed2ce99fc30aa542bf6c953d04ffe1d62d0 Review URL: http://codereview.chromium.org/3248003 --- cros_run_unit_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cros_run_unit_tests b/cros_run_unit_tests index 0d85b7623c..9a17b4452d 100755 --- a/cros_run_unit_tests +++ b/cros_run_unit_tests @@ -42,7 +42,7 @@ function record_test_failure() { function run_unit_test() { FEATURES="-buildpkg -digest noauto" \ - ebuild-${FLAGS_board} "${1}" clean unpack test + ebuild-${FLAGS_board} "${1}" clean unpack configure test } # Parse command line and die if unexpected paramters given.