Skip to content

Commit 788115f

Browse files
committed
Warn if you run bootstraptest with the JVM
1 parent d5079bc commit 788115f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/bootstraptest/runner.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def main
167167
end
168168
puts "Target is #{`#{@ruby} -v`.chomp}"
169169
puts
170+
`#{@ruby} -e '$stderr.puts "WARNING: this test will take a long time unless you run in a native configuration" if RUBY_ENGINE == "truffleruby" && !TruffleRuby.native?'`
170171
$stdout.flush
171172
end
172173

0 commit comments

Comments
 (0)