Skip to content

Commit

Permalink
Updated test to accept new jvm-common output
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Apr 26, 2018
1 parent d29d566 commit 2d02b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile_test.sh
Expand Up @@ -34,7 +34,7 @@ EOF

compile
assertCapturedSuccess
assertCaptured "Installing OpenJDK 1.8"
assertCaptured "Installing JDK 1.8"
assertCaptured "${expected_stage_output}"
assertCaptured "BUILD SUCCESSFUL"
assertTrue "Java should be present in runtime." "[ -d ${BUILD_DIR}/.jdk ]"
Expand Down

0 comments on commit 2d02b72

Please sign in to comment.