Skip to content

Commit

Permalink
adjust count of default gems for jruby-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 30, 2015
1 parent 7855222 commit 1c9f49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/jruby-dist/src/it/integrity/verify.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ( !log.contains( expected ) )
{
throw new RuntimeException( "log file does not contain '" + expected + "'" );
}
expected = "gems count 9";
expected = "gems count 11";
if ( !log.contains( expected ) )
{
throw new RuntimeException( "log file does not contain '" + expected + "'" );
Expand Down

0 comments on commit 1c9f49b

Please sign in to comment.