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

Unified Diff: compiler/scripts/compiler_compare.sh

Issue 8341103: build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in th... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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
Index: compiler/scripts/compiler_compare.sh
===================================================================
--- compiler/scripts/compiler_compare.sh (revision 881)
+++ compiler/scripts/compiler_compare.sh (working copy)
@@ -153,7 +153,7 @@
echo "Compiling dartc with your changes (mode=release)"
cd $ROOT_OF_REPO/compiler
gclient runhooks >> $LOG_FILE 2>&1
-../tools/build.py --mode release --arch dartc >> $LOG_FILE 2>&1
+../tools/build.py --mode release >> $LOG_FILE 2>&1
failTest $? "Error compiling your location changes, check $LOG_FILE"
echo "Running first test against current working copy"
@@ -179,7 +179,7 @@
echo "Compiler clean version; may take some time"
cd compiler
gclient runhooks >> $LOG_FILE 2>&1
-../tools/build.py --mode release --arch dartc >> $LOG_FILE 2>&1
+../tools/build.py --mode release >> $LOG_FILE 2>&1
failTest $? "Error compiling comparison revision"
# Do the second test

Powered by Google App Engine
This is Rietveld 408576698