Update demos/shared/test_runner/run_demo_tests.sh

This commit is contained in:
Adil Hafeez 2025-05-30 00:56:56 -07:00 committed by GitHub
parent 2b40e72743
commit 03f2df3e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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