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

Unified Diff: src/scripts/build_tests.sh

Issue 1702008: Add crash_reporter functionality (Closed)
Patch Set: add set -e Created 10 years, 8 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 | « src/platform/init/crash-reporter.conf ('k') | src/scripts/run_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_tests.sh
diff --git a/src/scripts/build_tests.sh b/src/scripts/build_tests.sh
index a82c50797e3388a3841825882244c7cf88efce18..6296892bb67320321cd083ad8a8b13af3ef78e36 100755
--- a/src/scripts/build_tests.sh
+++ b/src/scripts/build_tests.sh
@@ -30,7 +30,7 @@ fi
# Die on error; print commands
set -e
-TEST_DIRS="pam_google window_manager cryptohome"
+TEST_DIRS="crash pam_google window_manager cryptohome"
sudo TEST_DIRS="${TEST_DIRS}" \
emerge-${FLAGS_board} chromeos-base/chromeos-unittests
« no previous file with comments | « src/platform/init/crash-reporter.conf ('k') | src/scripts/run_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698