diff --git a/demos/shared/test_runner/run_demo_tests.sh b/demos/shared/test_runner/run_demo_tests.sh index 6e446d20..a9221f5e 100644 --- a/demos/shared/test_runner/run_demo_tests.sh +++ b/demos/shared/test_runner/run_demo_tests.sh @@ -25,7 +25,7 @@ do echo "starting docker containers" docker compose up -d 2>&1 > /dev/null echo "starting hurl tests" - if ! hurl --test hurl_tests/*.hurl; then + if ! hurl -v hurl_tests/*.hurl; then echo "Hurl tests failed for $demo" echo "docker logs for archgw:" docker logs archgw