commit | e01af4cd37a5f3d6c4df5af5414e0139d71d45ca | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 25 14:16:44 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Mar 26 12:58:48 2014 +0100 |
tree | f7a4793e03ec195c8da6c40d78665bc33850e8f5 | |
parent | 244c06ee02993ece0cf8fe643aa7ca6fc47cf951 [diff] [blame] |
Tune compat.sh and ssl-opt.sh error reporting
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 51e2e0b..c0645b2 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -135,6 +135,8 @@ echo "$CLI_CMD" > cli_out $SHELL -c "$CLI_CMD" >> cli_out 2>&1 CLI_EXIT=$? + echo "EXIT: $CLI_EXIT" >> cli_out + if is_polar "$SRV_CMD"; then "$P_CLI" request_page=SERVERQUIT tickets=0 auth_mode=none \ crt_file=data_files/cli2.crt key_file=data_files/cli2.key \