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

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
« lib/src/utils.dart ('K') | « 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..e2534cf5f15671f950b185276f7b7106b022d9f2 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -26,7 +26,9 @@ function show_diff {
sed -e "s/^\(-.*\)/\1/"
echo
echo "You can update these expectations with:"
- echo "$ pushd `pwd` && cp -a actual/* expect && popd"
+ local expect="test/codegen/expect"
+ echo "$ cp -a test/codegen/actual/* $expect && "\
+ "rm -r $expect/dev_compiler/ $expect/server_mode/dev_compiler/"
Jennifer Messerly 2015/03/11 20:28:55 aww. Is there a way to exclude these from what we
Siggi Cherem (dart-lang) 2015/03/11 23:27:22 yeah, good point. I just realized, we could add th
Jennifer Messerly 2015/03/11 23:48:00 As long as they're excluded from the `diff` comman
fail
}
« lib/src/utils.dart ('K') | « test/codegen/try_catch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698