diff --git a/demos/shared/test_runner/run_demo_tests.sh b/demos/shared/test_runner/run_demo_tests.sh index f548008b..fcb35790 100644 --- a/demos/shared/test_runner/run_demo_tests.sh +++ b/demos/shared/test_runner/run_demo_tests.sh @@ -13,6 +13,8 @@ do echo "starting docker containers" docker compose up -d 2>&1 > /dev/null echo "starting hurl tests" + pwd + ls hurl --test hurl_tests echo "stopping docker containers and archgw" archgw down