Files
labca/build/tmp2.patch
2025-03-13 21:20:26 +01:00

15 lines
476 B
Diff

diff --git a/test/startservers.py b/test/startservers.py
index c42a1bb51..9eeac8906 100644
--- a/test/startservers.py
+++ b/test/startservers.py
@@ -194,6 +194,9 @@ processes = []
challSrvProcess = None
def install(race_detection):
+ return True
+
+def installOriginal(race_detection):
# Pass empty BUILD_TIME and BUILD_ID flags to avoid constantly invalidating the
# build cache with new BUILD_TIMEs, or invalidating it on merges with a new
# BUILD_ID.