From 5d46e631a319f537404f653d2cdf5db5fbcad4b5 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 20 Jun 2023 09:40:01 -0400
Subject: [PATCH] better progress message in the system tests

---
 nixos/tests/run-introducer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/tests/run-introducer.py b/nixos/tests/run-introducer.py
index 33c3ec10..bce2dadb 100755
--- a/nixos/tests/run-introducer.py
+++ b/nixos/tests/run-introducer.py
@@ -35,7 +35,7 @@ def main():
     ])
 
     retry(
-        "waiting for open introducer port",
+        f"connect to introducer (port {introducerPort})",
         lambda: checkOpen(int(introducerPort)),
     )
 
-- 
GitLab