From: Benjamin Drung Date: Wed, 29 Oct 2025 01:31:18 +0000 (+0100) Subject: test: log when server startup has been finish X-Git-Tag: 109~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0726bb691226f73f8bc70f16b22418fa138b3cd3;p=thirdparty%2Fdracut-ng.git test: log when server startup has been finish To ease debugging echo when the server startup has been finished. --- diff --git a/test/test-functions b/test/test-functions index 99e7afb93..951a7fe42 100644 --- a/test/test-functions +++ b/test/test-functions @@ -88,6 +88,7 @@ wait_for_server_startup() { if [ "${V-}" -ge 1 ]; then tail -n "+$((printed_lines + 1))" "$TESTDIR"/server.log + echo "Server has been start up." fi }