mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
make it posix compliant
This commit is contained in:
parent
c2256f2a11
commit
e8d2ce8159
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue