File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ configuration=debug
77platform=x64
88jsinterp=node
99
10- if [ $CI = " true" ]; then
10+ if [ " $CI " = " true" ]; then
1111 red=" "
1212 green=" "
1313 reset=" "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rootdir="$dir/../.."
55configuration=Release
66platform=x64
77
8- if [ $CI = " true" ]; then
8+ if [ " $CI " = " true" ]; then
99 red=" "
1010 green=" "
1111 reset=" "
Original file line number Diff line number Diff line change 3535
3636echo " ${green} Executing JS tests with QuickJS${reset} "
3737cp $dir /gen/bin/$configuration /libtest.so $dir
38- # cp $dir/gen/bin/$configuration/libtest.dylib $dir
3938$jsinterp --std $dir /test.js
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ configuration=debug
77platform=x64
88jsinterp=" $rootdir /deps/quickjs/qjs-debug"
99
10- if [ $CI = " true" ]; then
10+ if [ " $CI " = " true" ]; then
1111 red=" "
1212 green=" "
1313 reset=" "
You can’t perform that action at this time.
0 commit comments