File pacemaker#3723-0001-Low-CTS-Fix-cts-lab-list.patch of Package pacemaker.36799
From 7f74c53091a946941e5c4ac4d39516454fb4f0c3 Mon Sep 17 00:00:00 2001
From: Chris Lumens <clumens@redhat.com>
Date: Fri, 30 Aug 2024 12:47:53 -0400
Subject: [PATCH] Low: CTS: Fix cts-lab --list.
---
cts/cts-lab.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cts/cts-lab.in b/cts/cts-lab.in
index 01bf9aa3bd..55bfe4e7f0 100644
--- a/cts/cts-lab.in
+++ b/cts/cts-lab.in
@@ -78,7 +78,7 @@ if __name__ == '__main__':
audits = audit_list(cm)
- if environment["Listtests"]:
+ if environment["ListTests"]:
tests = test_list(cm, audits)
LogFactory().log("Total %d tests" % len(tests))
--
2.43.0