remove test option

This commit is contained in:
Adil Hafeez 2025-05-29 13:35:58 -07:00
parent aec0bcbff1
commit 6f0e659285
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

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