mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
gnu ci: explain that it is positive
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user