Skip to content

Commit

Permalink
more build fix after jruby-openssl update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Dec 22, 2014
1 parent 4c7a695 commit 427c786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion maven/jruby-noasm/src/it/integrity/pom.xml
Expand Up @@ -125,7 +125,6 @@
<argument>
require 'jar-dependencies'
require 'openssl'
require 'krypt'
puts Gem.loaded_specs.keys.sort.join(',')
</argument>
</arguments>
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-noasm/src/it/integrity/verify.bsh
Expand Up @@ -28,12 +28,12 @@ if ( !log.contains( expected ) )
{
throw new RuntimeException( "log file does not contain '" + expected + "'" );
}
expected = "gems count 12";
expected = "gems count 8";
if ( !log.contains( expected ) )
{
throw new RuntimeException( "log file does not contain '" + expected + "'" );
}
expected = "ffi,jar-dependencies,jruby-openssl,krypt,krypt-core,krypt-provider-jdk";
expected = "jar-dependencies,jruby-openssl";
if ( !log.contains( expected ) )
{
throw new RuntimeException( "log file does not contain '" + expected + "'" );
Expand Down

0 comments on commit 427c786

Please sign in to comment.