From a0e32ea64f1a27feafe93e30ee6158c8c2f78b6c Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Tue, 14 Oct 2025 17:50:10 +0200 Subject: [PATCH] Fix listing tests in gl testing (#2530) --- test_conformance/gl/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/gl/main.cpp b/test_conformance/gl/main.cpp index 43df1d19..37205589 100644 --- a/test_conformance/gl/main.cpp +++ b/test_conformance/gl/main.cpp @@ -200,7 +200,7 @@ int main(int argc, const char *argv[]) } } - if (argc > 1 && strcmp(argv[1], "-list") == 0) + if (gListTests) { log_info("Available 2.x tests:\n"); for (int i = 0; i < test_num; i++)