We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d34c5 commit 4289506Copy full SHA for 4289506
script/test
@@ -9,7 +9,7 @@ possible=4
9
ran=0
10
11
#bin/cljsc test >out/core-test.js
12
-bin/cljsc test "{:optimizations :advanced :output-wrapper true :verbose true :compiler-stats true}" > builds/out-adv/core-advanced-test.js
+bin/cljsc test "{:optimizations :advanced :output-wrapper true :verbose true :compiler-stats true :output-dir \"builds/out-adv\"}" > builds/out-adv/core-advanced-test.js
13
14
if [ "$V8_HOME" = "" ]; then
15
echo "V8_HOME not set, skipping V8 tests"
0 commit comments