diff --git a/runtests.sh b/runtests.sh index 497413b4..a86f3659 100755 --- a/runtests.sh +++ b/runtests.sh @@ -57,7 +57,7 @@ fi # run tests # full flow tests -if ! ./versitygw test -a user -s pass -e http://127.0.0.1:7070 full-flow --parallel $$SIDECAR_TEST_FLAG; then +if ! ./versitygw test -a user -s pass -e http://127.0.0.1:7070 full-flow --parallel $SIDECAR_TEST_FLAG; then echo "full flow tests failed" kill $GW_PID exit 1 @@ -94,7 +94,7 @@ fi # run tests # full flow tests -if ! ./versitygw test --allow-insecure -a user -s pass -e https://127.0.0.1:7071 full-flow --parallel $$SIDECAR_TEST_FLAG; then +if ! ./versitygw test --allow-insecure -a user -s pass -e https://127.0.0.1:7071 full-flow --parallel $SIDECAR_TEST_FLAG; then echo "full flow tests failed" kill $GW_HTTPS_PID exit 1 @@ -131,7 +131,7 @@ fi # run tests # full flow tests -if ! ./versitygw test -a user -s pass -e http://127.0.0.1:7072 full-flow -vs --parallel $$SIDECAR_TEST_FLAG; then +if ! ./versitygw test -a user -s pass -e http://127.0.0.1:7072 full-flow -vs --parallel $SIDECAR_TEST_FLAG; then echo "versioning-enabled full-flow tests failed" kill $GW_VS_PID exit 1 @@ -163,7 +163,7 @@ fi # run tests # full flow tests -if ! ./versitygw test --allow-insecure -a user -s pass -e https://127.0.0.1:7073 full-flow -vs --parallel $$SIDECAR_TEST_FLAG; then +if ! ./versitygw test --allow-insecure -a user -s pass -e https://127.0.0.1:7073 full-flow -vs --parallel $SIDECAR_TEST_FLAG; then echo "versioning-enabled full-flow tests failed" kill $GW_VS_HTTPS_PID exit 1