summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-01 23:40:33 -0800
committergit <svn-admin@ruby-lang.org>2022-12-02 07:41:18 +0000
commitf01bfa8af7e4d163e411d133da7ef170f1b33988 (patch)
treec7065604c5f8b5bb5e130169c6f754a9e51b8ec9
parentb3890670b2e0484d538e2d19cc6c3fa878d52328 (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.rb4
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