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

Unified Diff: tool/test.sh

Issue 1056613002: reduce diff churn due to server_mode test (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
« test/codegen_test.dart ('K') | « test/codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/test.sh
diff --git a/tool/test.sh b/tool/test.sh
index 66240d60d69c0c450fb22072c8a92064bbe38c82..bdb67ca8ab5b88d8e7df6b7a1f1d1e09ebcbf48c 100755
--- a/tool/test.sh
+++ b/tool/test.sh
@@ -42,8 +42,7 @@ dart -c test/all_tests.dart || fail
# validate codegen_test output
pushd test/codegen/ &> /dev/null
-rm -r actual/dev_compiler/ actual/server_mode/dev_compiler/ \
- actual/sunflower/dev_compiler
+rm -r actual/dev_compiler/ actual/sunflower/dev_compiler
diff $DIFF_ARGS > /dev/null || show_diff
popd &> /dev/null
« test/codegen_test.dart ('K') | « test/codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698