Fix listing tests in gl testing (#2530)

This commit is contained in:
Karol Herbst
2025-10-14 17:50:10 +02:00
committed by GitHub
parent a31589412f
commit a0e32ea64f

View File

@@ -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++)