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

Unified Diff: tool/node_test.sh

Issue 1643523008: fix #43, remove => workaround (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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 | « tool/build_sdk.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/node_test.sh
diff --git a/tool/node_test.sh b/tool/node_test.sh
index 4adc07d5806182ddf1ca4c45217e8d1180277dd6..6186ac36fe577a9752401d212080c2ab59531c9f 100755
--- a/tool/node_test.sh
+++ b/tool/node_test.sh
@@ -3,8 +3,7 @@ set -e
# switch to the root directory of dev_compiler
cd $( dirname "${BASH_SOURCE[0]}" )/..
-output_dir=tmp/node
-[[ -d $output_dir ]] || mkdir -p $output_dir
+output_dir=`mktemp -d /tmp/ddc_node_test.XXXXXX`
ddc_options=(
--destructure-named-params
« no previous file with comments | « tool/build_sdk.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698