gnu ci: explain that it is positive

This commit is contained in:
Sylvestre Ledru
2025-12-31 13:01:38 +01:00
committed by GitHub
parent 6d68df12b5
commit 19fd6dcf6f
+1 -1
View File
@@ -226,7 +226,7 @@ def main():
if real_newly_failing:
print("\nNEWLY FAILING TESTS (previously skipped):", file=sys.stderr)
for test in sorted(real_newly_failing):
msg = f"Note: The gnu test {test} was skipped on 'main' but is now failing."
msg = f"Good: The gnu test {test} was skipped on 'main' but is now failing."
print(f"::warning ::{msg}", file=sys.stderr)
output_lines.append(msg)