From 4ac349b2034e3276d8c2ad83424f25a6c2acc1d4 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Wed, 16 Jan 2019 04:13:05 +0100 Subject: [PATCH] test: add TDD non-reg illustrating #213 problem (failing) --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index d33a33eb..3d5693a9 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 }