mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
15 lines
360 B
Diff
15 lines
360 B
Diff
diff --git a/test/startservers.py b/test/startservers.py
|
|
index ec8ada190..be5b7a2f2 100644
|
|
--- a/test/startservers.py
|
|
+++ b/test/startservers.py
|
|
@@ -146,6 +146,9 @@ processes = []
|
|
challSrvProcess = None
|
|
|
|
def setupHierarchy():
|
|
+ pass
|
|
+
|
|
+def setupHierarchyOriginal():
|
|
e = os.environ.copy()
|
|
e.setdefault("GOBIN", "%s/bin" % os.getcwd())
|
|
try:
|