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=$?