From b9cd82f95bf99eab4e1b0420918e7139db091c4b Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Sat, 3 Apr 2021 15:53:16 +0200 Subject: 80-test_cmp_http.t: Extend diagnostics of mock server launch Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14839) --- test/recipes/80-test_cmp_http.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t index 62cfbc987a..bfae899040 100644 --- a/test/recipes/80-test_cmp_http.t +++ b/test/recipes/80-test_cmp_http.t @@ -279,7 +279,8 @@ sub start_mock_server { print "Mock server already running with pid=$pid\n"; return $pid; } - print "Launching mock server: $cmd\n"; + print "Current directory is ".getcwd()."\n"; + print "Launching mock server listening on port $server_port: $cmd\n"; return system("$cmd &") == 0 # start in background, check for success ? (sleep 1, mock_server_pid()) : 0; } -- cgit v1.2.3