]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test: log when server startup has been finish
authorBenjamin Drung <benjamin.drung@canonical.com>
Wed, 29 Oct 2025 01:31:18 +0000 (02:31 +0100)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 29 Oct 2025 02:42:55 +0000 (22:42 -0400)
To ease debugging echo when the server startup has been finished.

test/test-functions

index 99e7afb937b9ff7dee0ffb109fbe8963f842ff00..951a7fe42cc06db24d6568042a4cbdeea35c86ca 100644 (file)
@@ -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
 }