File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ jobs:
107107
108108 - run : make hello
109109
110+ - name : runirb
111+ run : |
112+ echo IRB::VERSION | make runirb RUNOPT="-- -f"
113+
110114 - name : Set test options for skipped tests
111115 run : |
112116 set -x
Original file line number Diff line number Diff line change 9999
100100 - run : $SETARCH make hello
101101
102+ - name : runirb
103+ run : |
104+ echo IRB::VERSION | $SETARCH make runirb RUNOPT="-- -f"
105+
102106 - name : Set test options for skipped tests
103107 run : |
104108 set -x
Original file line number Diff line number Diff line change @@ -1427,8 +1427,8 @@ run: yes-fake miniruby$(EXEEXT) PHONY
14271427runruby: $(PROGRAM) PHONY
14281428 RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' $(RUNRUBY) $(RUNOPT0) $(TESTRUN_SCRIPT) $(RUNOPT)
14291429
1430- runirb: $(PROGRAM) PHONY
1431- RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' $(RUNRUBY) $(RUNOPT0) -r irb -e 'IRB.start("make runirb")' $(RUNOPT)
1430+ runirb: $(PROGRAM) update-default-gemspecs
1431+ RUBY_ON_BUG='gdb -x $(srcdir)/.gdbinit -p' $(RUNRUBY) $(RUNOPT0) -rrubygems - r irb -e 'IRB.start("make runirb")' $(RUNOPT)
14321432
14331433parse: yes-fake miniruby$(EXEEXT) PHONY
14341434 $(BTESTRUBY) --dump=parsetree_with_comment,insns $(TESTRUN_SCRIPT)
You can’t perform that action at this time.
0 commit comments