Provide a success message for the handshake test
authorWouter Verhelst <w@uter.be>
Sun, 30 Oct 2016 23:38:10 +0000 (00:38 +0100)
committerWouter Verhelst <w@uter.be>
Sun, 30 Oct 2016 23:38:10 +0000 (00:38 +0100)
All other tests produce a message upon successful completion of the
test, so make the handshake test follow suit.

Signed-off-by: Wouter Verhelst <w@uter.be>
tests/run/nbd-tester-client.c

index 56e1f46..0da3480 100644 (file)
@@ -765,6 +765,7 @@ int handshake_test(gchar * hostname, gchar * unixsock, int port, char *name,
 
        retval = 0;
 
+       g_message("Handshake test completed. No errors encountered.");
 err:
        return retval;
 }