diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-12-01 23:40:33 -0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2022-12-02 07:41:18 +0000 |
| commit | f01bfa8af7e4d163e411d133da7ef170f1b33988 (patch) | |
| tree | c7065604c5f8b5bb5e130169c6f754a9e51b8ec9 | |
| parent | b3890670b2e0484d538e2d19cc6c3fa878d52328 (diff) | |
[ruby/irb] This doesn't work on RubyCI either
http://rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20221202T063302Z.fail.html.gz
http://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20221202T053006Z.fail.html.gz
http://rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20221202T063002Z.fail.html.gz
http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20221202T054503Z.fail.html.gz
https://github.com/ruby/irb/commit/13c2484d59
| -rw-r--r-- | test/irb/test_debug_cmd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/irb/test_debug_cmd.rb b/test/irb/test_debug_cmd.rb index 389e03854d..e3589d3a5c 100644 --- a/test/irb/test_debug_cmd.rb +++ b/test/irb/test_debug_cmd.rb @@ -16,8 +16,8 @@ module TestIRB } def setup - if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby" - omit "This doesn't work on ruby/ruby CI" + if ENV["GITHUB_ACTION_REPOSITORY"] != "ruby/irb" + omit "This test works only on ruby/irb CI" end end |
