Skip to content

Commit

Permalink
Added better failure message to http2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilliams13 committed Oct 18, 2021
1 parent d7f1d31 commit d770367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ start_test "Test to ensure HTTP/2 is disabled when HTTP2 is set to false" "${STD
-e \"HTTP2=FALSE\" \
--link \"${MOCKSERVER}:${MOCKSERVER}\" "
if ! curl -kv https://${DOCKER_HOST_NAME}:${PORT}/ 2>&1 | grep 'HTTP/2 200' ; then
echo "Testing HTTP2 FALSE Works"
echo "Testing HTTP2 FALSE Flag Works"
else
echo "HTTP2 FALSE didnt work"
exit 1
Expand Down

0 comments on commit d770367

Please sign in to comment.