mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove test option
This commit is contained in:
parent
aec0bcbff1
commit
6f0e659285
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ do
|
|||
echo "starting docker containers"
|
||||
docker compose up -d 2>&1 > /dev/null
|
||||
echo "starting hurl tests"
|
||||
if ! hurl --test 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue