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 4415747 commit 140ae3aCopy full SHA for 140ae3a
test/truffle/integration/no_extra_output.sh
@@ -32,10 +32,10 @@ check $?
32
33
echo "Basic test of the output with lazy options disabled"
34
35
-jt --silent ruby --lazy-default=false -e 'puts 3*4' 1>temp.txt 2>&1
+jt --silent ruby --experimental-options --lazy-default=false -e 'puts 3*4' 1>temp.txt 2>&1
36
check $?
37
38
echo "Test loading many standard libraries"
39
40
-jt --silent ruby --lazy-default=false test/truffle/integration/no_extra_output/all_stdlibs.rb 1>temp.txt 2>&1
+jt --silent ruby --experimental-options --lazy-default=false test/truffle/integration/no_extra_output/all_stdlibs.rb 1>temp.txt 2>&1
41
0 commit comments