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

Unified Diff: test/test.sh

Issue 998043002: Fixes in codegen and test script (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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 | « test/codegen/try_catch.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test.sh
diff --git a/test/test.sh b/test/test.sh
index c96a72ec69e30cabf6c4ada27fa1105c1cad33ca..cc3bfc5bf66f0bcb82417747a8a266030d2db223 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -26,7 +26,7 @@ function show_diff {
sed -e "s/^\(-.*\)/\1/"
echo
echo "You can update these expectations with:"
- echo "$ pushd `pwd` && cp -a actual/* expect && popd"
+ echo "$ cp -a test/codegen/actual/* test/codegen/expect"
Jennifer Messerly 2015/03/11 23:48:00 This doesn't work if you're standing in a folder b
Siggi Cherem (dart-lang) 2015/03/12 00:16:26 Ah, I see, never mind, I somehow missed that. reve
fail
}
« no previous file with comments | « test/codegen/try_catch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698