make it posix compliant

This commit is contained in:
Adil Hafeez 2025-05-29 11:51:28 -07:00
parent c2256f2a11
commit e8d2ce8159
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -25,8 +25,7 @@ do
echo "starting docker containers" echo "starting docker containers"
docker compose up -d 2>&1 > /dev/null docker compose up -d 2>&1 > /dev/null
echo "starting hurl tests" echo "starting hurl tests"
hurl --test hurl_tests/*.hurl if ! hurl --test hurl_tests/*.hurl; then
if [ $? -ne 0 ]; then
echo "Hurl tests failed for $demo" echo "Hurl tests failed for $demo"
echo "docker logs for archgw:" echo "docker logs for archgw:"
docker logs archgw docker logs archgw