From 0ada33c695b8ad5add42d6f39cdfd90ee99b6cf1 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Fri, 26 Jun 2020 11:04:32 +0200 Subject: rename main.py to ogclient --- tests/units/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units/client.py') diff --git a/tests/units/client.py b/tests/units/client.py index 21cf21f..0b678dc 100644 --- a/tests/units/client.py +++ b/tests/units/client.py @@ -13,7 +13,7 @@ class Client(): def __init__(self): self.null = open(os.devnull, 'wb') - self.proc = subprocess.Popen(['python3', 'main.py'], + self.proc = subprocess.Popen(['python3', 'ogclient'], cwd='../', stdout=self.null, stderr=self.null) -- cgit v1.2.3-18-g5258