From 6a2c095e8823efc403b75c778eadac9fba920da9 Mon Sep 17 00:00:00 2001 From: wildone Date: Wed, 21 Jul 2021 19:16:50 +1000 Subject: [PATCH] use bash to exec. --- gebaemtesting-testing/test-spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gebaemtesting-testing/test-spec b/gebaemtesting-testing/test-spec index 382283a..04f128b 100644 --- a/gebaemtesting-testing/test-spec +++ b/gebaemtesting-testing/test-spec @@ -149,7 +149,7 @@ runTest() { printSubSectionEnd "Direct Maven Command Execute" printSubSectionStart "Convert Reports" - ./asciidoctor-convert-reports -html + bash ./asciidoctor-convert-reports -html printSubSectionEnd "Convert Reports" fi