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

Unified Diff: tool/browser_test.sh

Issue 1928443006: Stop concatenating all tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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/expect/lib-typed_data-all.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/browser_test.sh
diff --git a/tool/browser_test.sh b/tool/browser_test.sh
index a6bf1365916bab5823371b87c7d78f2256f6cc28..ffef3712348803b263cf76b9b7e218596d9d5cf7 100755
--- a/tool/browser_test.sh
+++ b/tool/browser_test.sh
@@ -33,7 +33,5 @@ if [[ "$OSTYPE" == "linux-gnu" ]] && [[ -z "$CHROME_CANARY_BIN" ]]; then
fi
fi
-find test/codegen/expect/language/ -name "*.js" | sort | xargs cat > test/codegen/expect/language-all.js
-find test/codegen/expect/lib/typed_data/ -name "*.js" | sort | xargs cat > test/codegen/expect/lib-typed_data-all.js
npm install
npm test
« no previous file with comments | « test/codegen/expect/lib-typed_data-all.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698