Skip to content

Commit afaf68d

Browse files
One more fix
1 parent 26d715e commit afaf68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jruby-maven-plugin/src/it/jruby-version/verify.bsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import org.codehaus.plexus.util.FileUtils;
33

44

55
String log = FileUtils.fileRead( new File( basedir, "build.log" ) );
6-
String expected = "[INFO] jruby 1.";
6+
String expected = "[INFO] jruby 9.";
77
if ( !log.contains( expected ) )
88
{
99
throw new RuntimeException( "log file does not contain '" + expected + "'" );
10-
}
10+
}

0 commit comments

Comments
 (0)