File tree Expand file tree Collapse file tree
ruby-tools/src/test/java/de/saumya/mojo/ruby/script Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : ./mvnw -ntp install -B -Dmaven.test.skip -Dinvoker.skip
3333
3434 - 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
6060 // -v line
6161 assertThat (lines [0 ]).startsWith ("jruby 9.4.13.0 (3.1.4)" );
6262 // --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)
6464 if (lines [1 ].startsWith ("\033 [1m" )) {
6565 assertThat (lines [1 ]).contains ("jruby [switches] [--] [programfile] [arguments]" );
6666 } else {
You can’t perform that action at this time.
0 commit comments