mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
fix
This commit is contained in:
parent
644ca28306
commit
2b40e72743
3 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue