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

Unified Diff: compiler/scripts/dartc_test.sh

Issue 9168009: Adds extra measure of safety to dartc.sh and dartc_test.sh (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « compiler/scripts/dartc.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/dartc_test.sh
diff --git a/compiler/scripts/dartc_test.sh b/compiler/scripts/dartc_test.sh
index d1e821309b3339e24feae0bdddff0d882ba9f121..743fe91f10074599fa4eca81d13d67d13222c3a4 100755
--- a/compiler/scripts/dartc_test.sh
+++ b/compiler/scripts/dartc_test.sh
@@ -3,6 +3,8 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+set -e
+
case $(uname -s) in
*Linux*|*linux*)
OS="linux"
« no previous file with comments | « compiler/scripts/dartc.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698