File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ function check() {
27
27
28
28
echo " Basic test of the output"
29
29
30
- jt --silent ruby -e ' puts 3*4' 1> temp.txt 2>&1
30
+ $RUBY_BIN -e ' puts 3*4' 1> temp.txt 2>&1
31
31
check $?
32
32
33
33
echo " Basic test of the output with lazy options disabled"
34
34
35
- jt --silent ruby --experimental-options --lazy-default=false -e ' puts 3*4' 1> temp.txt 2>&1
35
+ $RUBY_BIN --experimental-options --lazy-default=false -e ' puts 3*4' 1> temp.txt 2>&1
36
36
check $?
37
37
38
38
echo " Test loading many standard libraries"
39
39
40
- jt --silent ruby --experimental-options --lazy-default=false test/truffle/integration/no_extra_output/all_stdlibs.rb 1> temp.txt 2>&1
40
+ $RUBY_BIN --experimental-options --lazy-default=false test/truffle/integration/no_extra_output/all_stdlibs.rb 1> temp.txt 2>&1
41
41
check $?
You can’t perform that action at this time.
0 commit comments