Skip to content

Commit

Permalink
Adjust expectations in check_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 27, 2016
1 parent 64a0ca2 commit 8a9e191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/check_versions.sh
Expand Up @@ -61,12 +61,12 @@ function check {

}

# extended from 9 to 10 to accommodate temporary copy of stdlib 2.2.2
check lib/target/jruby-stdlib-$jar_version.jar 10
# extended from 9 to 11 to accommodate temporary copy of stdlib 2.3
check lib/target/jruby-stdlib-$jar_version.jar 11
check maven/jruby-jars/pkg/jruby-jars-$gem_version.gem 30
check maven/jruby-jars/lib/jruby-core-$jar_version-complete.jar 13
# extended from 9 to 10 to accommodate temporary copy of stdlib 2.2.2
check maven/jruby-jars/lib/jruby-stdlib-$jar_version.jar 10
# extended from 9 to 11 to accommodate temporary copy of stdlib 2.3
check maven/jruby-jars/lib/jruby-stdlib-$jar_version.jar 11
check maven/jruby-complete/target/jruby-complete-$jar_version.jar 27
check maven/jruby/target/jruby-$jar_version.jar 9
check maven/jruby-dist/target/jruby-dist-$jar_version-bin.tar.gz 45 jruby-$jar_version
Expand Down

0 comments on commit 8a9e191

Please sign in to comment.