Skip to content

Commit d770367

Browse files
Added better failure message to http2 tests
1 parent d7f1d31 commit d770367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ start_test "Test to ensure HTTP/2 is disabled when HTTP2 is set to false" "${STD
626626
-e \"HTTP2=FALSE\" \
627627
--link \"${MOCKSERVER}:${MOCKSERVER}\" "
628628
if ! curl -kv https://${DOCKER_HOST_NAME}:${PORT}/ 2>&1 | grep 'HTTP/2 200' ; then
629-
echo "Testing HTTP2 FALSE Works"
629+
echo "Testing HTTP2 FALSE Flag Works"
630630
else
631631
echo "HTTP2 FALSE didnt work"
632632
exit 1

0 commit comments

Comments
 (0)