| Index: cros_run_unit_tests
|
| diff --git a/cros_run_unit_tests b/cros_run_unit_tests
|
| index 0d85b7623ccacf1e829d6a5a8395717be5caf53b..9a17b4452df63f49df68c12b5eec9430a3419e81 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.
|
|
|