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

Unified Diff: tool/browser_test.sh

Issue 2132593003: Copy browser test output to file (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Revert "Copy browser test output to file" Created 4 years, 5 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 | « no previous file | 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 af0fc7f01786eea56bd8cb0d8e8cf89ca11ee915..ffef3712348803b263cf76b9b7e218596d9d5cf7 100755
--- a/tool/browser_test.sh
+++ b/tool/browser_test.sh
@@ -34,4 +34,4 @@ if [[ "$OSTYPE" == "linux-gnu" ]] && [[ -z "$CHROME_CANARY_BIN" ]]; then
fi
npm install
-npm test | tee test_output.txt
+npm test
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698