Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1370667 - fail on wrong NSS_SSL_TESTS parameters r=franziskuskiefer
--HG--
extra : amend_source : 4c27cf4b71014a2c83092860dcec4b43789a06df
extra : histedit_source : 44d24ed9caf52de85c847252ff853b5ad8ec150f
  • Loading branch information
Kai Engert committed Aug 22, 2017
1 parent c17728a commit 0b81f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ssl/ssl.sh
Expand Up @@ -1172,8 +1172,8 @@ ssl_run_tests()
ssl_set_fips server on
;;
*)
echo "${SCRIPTNAME}: Error: Unknown server mode ${SERVER_MODE}"
continue
html_failed "${SCRIPTNAME}: Error: Unknown server mode ${SERVER_MODE}"
return 1
;;
esac

Expand All @@ -1186,8 +1186,8 @@ ssl_run_tests()
ssl_set_fips client on
;;
*)
echo "${SCRIPTNAME}: Error: Unknown client mode ${CLIENT_MODE}"
continue
html_failed "${SCRIPTNAME}: Error: Unknown client mode ${CLIENT_MODE}"
return 1
;;
esac

Expand Down

0 comments on commit 0b81f0c

Please sign in to comment.