Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(751)

Unified Diff: sync_build_test.sh

Issue 3082008: Updated sync_build_test to use new unit test script. (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: Fixed long line Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync_build_test.sh
diff --git a/sync_build_test.sh b/sync_build_test.sh
index 4fb27151a51199b7d84f947a7c99ad6077e06f57..411845b7e0570029b7e15713164e090faa355fdd 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698