diff --git a/test.sh b/test.sh index 8cce90d6..10474824 100755 --- a/test.sh +++ b/test.sh @@ -86,6 +86,7 @@ function test_entrypoint() { function test_container() { test_app $1 + test_app $1 "-e JAVA_DIAGNOSTICS=TRUE" # https://github.com/fabric8io-images/s2i/issues/213 test_metrics $1 }