From 03f2df3e1e37ce1c6564d8d7efd97261bdfe9dc1 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 30 May 2025 00:56:56 -0700 Subject: [PATCH] Update demos/shared/test_runner/run_demo_tests.sh --- demos/shared/test_runner/run_demo_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/shared/test_runner/run_demo_tests.sh b/demos/shared/test_runner/run_demo_tests.sh index 659a6b0e..01eb5967 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 -v hurl_tests/*.hurl; then + if ! hurl hurl_tests/*.hurl; then echo "Hurl tests failed for $demo" echo "docker logs for archgw:" docker logs archgw | tail -n 100