mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
15 lines
428 B
Diff
15 lines
428 B
Diff
diff --git a/test/startservers.py b/test/startservers.py
|
|
index 0df56a4..14aa548 100644
|
|
--- a/test/startservers.py
|
|
+++ b/test/startservers.py
|
|
@@ -142,6 +142,9 @@ processes = []
|
|
challSrvProcess = None
|
|
|
|
def setupHierarchy():
|
|
+ pass
|
|
+
|
|
+def setupHierarchyOriginal():
|
|
"""Set up the issuance hierarchy. Must have called install() before this."""
|
|
e = os.environ.copy()
|
|
e.setdefault("GOBIN", "%s/bin" % os.getcwd())
|