From 380f19e85a11b1b087fe51f51b48462b5134c5ae Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:32:02 +0100 Subject: [PATCH] temp: add verbose --- test/integration/scripts/run-test-suites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scripts/run-test-suites.sh b/test/integration/scripts/run-test-suites.sh index 2c1161f06..5dc28381f 100644 --- a/test/integration/scripts/run-test-suites.sh +++ b/test/integration/scripts/run-test-suites.sh @@ -9,7 +9,7 @@ auth0 login \ set +e -commander test --filter "$FILTER" --dir ./test/integration +commander test --filter "$FILTER" --dir ./test/integration --verbose exit_code=$?