Skip to content

Commit 4289506

Browse files
author
dnolen
committed
fix main test script so it write to builds/out-adv instead
1 parent 40d34c5 commit 4289506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ possible=4
99
ran=0
1010

1111
#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
12+
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
1313

1414
if [ "$V8_HOME" = "" ]; then
1515
echo "V8_HOME not set, skipping V8 tests"

0 commit comments

Comments
 (0)