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

Unified Diff: compiler/scripts/compiler_series_test.sh

Issue 8384005: New location for dartc_*.sh is Release_ia32 now that --mode is removed from (Closed) Base URL: https://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
« no previous file with comments | « compiler/scripts/compiler_compare.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/compiler_series_test.sh
diff --git a/compiler/scripts/compiler_series_test.sh b/compiler/scripts/compiler_series_test.sh
index 34f3b2dddfa355ad2fbbfba4c98d3b7895aa1ac8..ede9e2c0c71efcdb9599b2b13625ab515e903d9c 100755
--- a/compiler/scripts/compiler_series_test.sh
+++ b/compiler/scripts/compiler_series_test.sh
@@ -185,7 +185,7 @@ function compileRevision() {
cd ..
mkdir -p $ROOT_OF_REPO/compiler/revs/$REVISION/prebuilt
cd $ROOT_OF_REPO/compiler/revs/$REVISION/prebuilt
- COMPILER_OUTDIR=$TMP_DIR/compiler/out/Release_dartc
+ COMPILER_OUTDIR=$TMP_DIR/compiler/out/Release_ia32
cp -r $COMPILER_OUTDIR/compiler ./compiler
else
echo "Cached prebuilt of $REVISION!"
« no previous file with comments | « compiler/scripts/compiler_compare.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698