diff --git a/epicyon.py b/epicyon.py index 6b94bc90..570f34e1 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'