This commit is contained in:
Adil Hafeez 2025-05-29 23:47:45 -07:00
parent 644ca28306
commit 2b40e72743
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 5 additions and 4 deletions

View file

@ -25,10 +25,10 @@ do
echo "starting docker containers"
docker compose up -d 2>&1 > /dev/null
echo "starting hurl tests"
if ! hurl 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
docker logs archgw | tail -n 100
exit 1
fi
echo "stopping docker containers and archgw"