File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
jruby-maven-plugin/src/it
compile-failures-but-ignore-failures Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import org.codehaus.plexus.util.FileUtils;
3
3
4
4
5
5
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6
- String expected = "Failure during compilation ";
6
+ String expected = "syntax error, unexpected end-of-file ";
7
7
if ( !log.contains( expected ) )
8
8
{
9
9
throw new RuntimeException( "log file does not contain '" + expected + "'" );
10
- }
10
+ }
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import org.codehaus.plexus.util.FileUtils;
3
3
4
4
5
5
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6
- String expected = "Failure during compilation ";
6
+ String expected = "syntax error, unexpected end-of-file ";
7
7
if ( !log.contains( expected ) )
8
8
{
9
9
throw new RuntimeException( "log file does not contain '" + expected + "'" );
10
- }
10
+ }
You can’t perform that action at this time.
0 commit comments