From c9578b516372f8fbed16ac76ffd044010466914b Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mon, 23 Jun 2025 14:28:18 -0400 Subject: [PATCH] unit test --- tests/test_cli/test_wrapper_rpm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_cli/test_wrapper_rpm.py b/tests/test_cli/test_wrapper_rpm.py index 44c9f73a..3561d4cf 100644 --- a/tests/test_cli/test_wrapper_rpm.py +++ b/tests/test_cli/test_wrapper_rpm.py @@ -268,6 +268,8 @@ Options: --nowait Don't wait on build --background Run the build at a lower priority --create-draft Create a new draft build instead + --wait-repo Wait for a current repo for the build tag + --wait-build=NVR Wait for the given nvr to appear in buildroot repo """ % self.progname)