File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ruby-tools/src/test/java/de/saumya/mojo/ruby/script Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
run : ./mvnw -ntp install -B -Dmaven.test.skip -Dinvoker.skip
33
33
34
34
- name : Run tests
35
- run : ./mvnw -ntp verify -B -Pintegration-test
35
+ run : ./mvnw -ntp verify -B -Pintegration-test -Pall
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public void should_execute_command_with_args_and_return_in_file() throws IOExcep
60
60
// -v line
61
61
assertThat (lines [0 ]).startsWith ("jruby 9.4.13.0 (3.1.4)" );
62
62
// --help first
63
- // JRuby 9.4.0.0 thru 9.4.5 .0 always emit the escape sequence here (jruby/jruby#7864)
63
+ // JRuby 9.4.0.0 thru 9.4.13 .0 always emit the escape sequence here (jruby/jruby#7864)
64
64
if (lines [1 ].startsWith ("\033 [1m" )) {
65
65
assertThat (lines [1 ]).contains ("jruby [switches] [--] [programfile] [arguments]" );
66
66
} else {
You can’t perform that action at this time.
0 commit comments