mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[ruby/irb] Skip debug command tests on ruby/ruby
Stan has said these tests could be excluded if they don't work on
ruby/ruby CI.
11e779ecb7
This commit is contained in:
parent
bc3ac86795
commit
7e3b42d008
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ module TestIRB
|
||||||
"RUBY_DEBUG_NO_RELINE" => "true", "NO_COLOR" => "true", "RUBY_DEBUG_HISTORY_FILE" => ''
|
"RUBY_DEBUG_NO_RELINE" => "true", "NO_COLOR" => "true", "RUBY_DEBUG_HISTORY_FILE" => ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def setup
|
||||||
|
if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby"
|
||||||
|
omit "This doesn't work on ruby/ruby CI"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def test_backtrace
|
def test_backtrace
|
||||||
omit if RUBY_ENGINE == 'truffleruby'
|
omit if RUBY_ENGINE == 'truffleruby'
|
||||||
write_ruby <<~'RUBY'
|
write_ruby <<~'RUBY'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue