mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add logs
This commit is contained in:
parent
13710de5b8
commit
5eede6633b
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ do
|
|||
docker compose up -d 2>&1 > /dev/null
|
||||
echo "starting hurl tests"
|
||||
hurl --test hurl_tests/*.hurl
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Hurl tests failed for $demo"
|
||||
echo "docker logs for archgw:"
|
||||
docker logs archgw
|
||||
exit 1
|
||||
fi
|
||||
echo "stopping docker containers and archgw"
|
||||
archgw down
|
||||
docker compose down -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue