Skip to content

Commit 7ee1808

Browse files
eregonansalond
authored andcommitted
Test that Truffle options are correctly applied
(cherry picked from commit e90f32c)
1 parent 7927ca9 commit 7ee1808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/truffle/launcher_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def should_print_full_java_command(options, env: {})
287287
"#{prefix}Dgraal.TraceTruffleCompilation=true",
288288
"#{prefix}Dgraal.TruffleBackgroundCompilation=false",
289289
].join(" ")
290-
out = ruby_exe("2000.times {}", options: options)
290+
out = ruby_exe("2000.times {}", options: options, args: "2>&1")
291291
out.should include("[truffle] opt done")
292292
end
293293
end

0 commit comments

Comments
 (0)