mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
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:
parent
021f6ea372
commit
e8b8033880
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user