fix backend testing script
All checks were successful
test-backend / test-x86_64 (push) Successful in 23s
All checks were successful
test-backend / test-x86_64 (push) Successful in 23s
This commit is contained in:
parent
8454474820
commit
fd3fa4b531
@ -37,5 +37,5 @@ assert_good_status
|
|||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
curl $ARGS -s http://$HOST/passes
|
curl $ARGS -s http://$HOST/passes
|
||||||
test [ $(curl $ARGS -s http://$HOST/passes | jq '.result.[0]') != "null" ]
|
test "$(curl $ARGS -s http://$HOST/passes | jq '.result.[0]')" != "null"
|
||||||
assert_good_status
|
assert_good_status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user