remove -v

This commit is contained in:
Adil Hafeez 2025-05-29 14:03:13 -07:00
parent 6f0e659285
commit 644ca28306
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 -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