From 4c26c0e84f38705aa139081ae7bb978f6342f4fc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 27 Jul 2019 23:59:01 +0100 Subject: [PATCH] Final success message --- epicyon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/epicyon.py b/epicyon.py index 6b94bc902..570f34e11 100644 --- a/epicyon.py +++ b/epicyon.py @@ -270,6 +270,7 @@ if args.testsnetwork: testPostMessageBetweenServers() testFollowBetweenServers() testClientToServer() + print('All tests succeeded') sys.exit() httpPrefix='https'