Skip to content

Commit

Permalink
tests: Print server log on error
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
  • Loading branch information
Jakuje committed Oct 21, 2024
1 parent 7190b88 commit b731ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttls
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ run_test() {
send \" NO EOF \n\";
exit 1;
};
}"
}" || (wait_for_server_at_exit $SERVER_PID; exit 1; )

wait_for_server_at_exit $SERVER_PID
}
Expand Down

0 comments on commit b731ce8

Please sign in to comment.