mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
Updated sync_build_test to use new unit test script.
I believe it only makes sense to run this for an x86 target but I might be wrong. Review URL: http://codereview.chromium.org/3082008
This commit is contained in:
parent
ec6421c21a
commit
d868edc220
@ -535,9 +535,9 @@ function main() {
|
||||
${jobs_param} ${withdev_param} ${build_autotest_param} \
|
||||
${pkg_param}
|
||||
|
||||
run_phase_in_chroot "Building unit tests" ./build_tests.sh ${board_param}
|
||||
if [[ "${FLAGS_board}" == "x86-generic" ]]; then
|
||||
run_phase_in_chroot "Running unit tests" ./run_tests.sh ${board_param}
|
||||
run_phase_in_chroot "Running unit tests" ./cros_run_unit_tests \
|
||||
${board_param}
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user