From d868edc220d053ed2c25be7ad6742392a2beea97 Mon Sep 17 00:00:00 2001 From: Raymes Khoury Date: Mon, 2 Aug 2010 14:49:05 -0700 Subject: [PATCH] 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 --- sync_build_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync_build_test.sh b/sync_build_test.sh index 4fb27151a5..411845b7e0 100755 --- a/sync_build_test.sh +++ b/sync_build_test.sh @@ -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