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
This commit is contained in:
Ken Mixter 2010-08-27 14:37:10 -07:00
parent 021f6ea372
commit e8b8033880

View File

@ -42,7 +42,7 @@ function record_test_failure() {
function run_unit_test() { function run_unit_test() {
FEATURES="-buildpkg -digest noauto" \ 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. # Parse command line and die if unexpected paramters given.