We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3911dfe commit 9c18e67Copy full SHA for 9c18e67
tests/regression.py
@@ -67,7 +67,7 @@ def main(args: argparse.Namespace) -> None:
67
elif args.check:
68
if not os.path.isfile(savefile):
69
print(
70
- f"::warning file={args.platform}/{compiler[0]}/{path}/{test}::Save file does not exist."
+ f"::warning title={args.platform}/{compiler[0]}/{path}/{test}::Save file does not exist."
71
)
72
continue
73
0 commit comments