Files
labca/patches/startservers.patch
2022-02-02 20:03:56 +01:00

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())