From 5f46cedbf5f9da63a12473426add8fed52cad357 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Aug 2021 15:20:11 +0100 Subject: [PATCH] Run all network tests --- epicyon.py | 1 - 1 file changed, 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index 956269845..5b9107789 100644 --- a/epicyon.py +++ b/epicyon.py @@ -610,7 +610,6 @@ if args.tests: if args.testsnetwork: print('Network Tests') testGroupFollow() - sys.exit() testPostMessageBetweenServers() testFollowBetweenServers() testClientToServer()