X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tools%2Fcheck.py;h=0fe2719fc0c0a9bbe1ba00710ebca408ccffc901;hb=f9167c82ecaf11ed038f8dfd0a8b64c4a01ffa01;hp=70bd8d5d731266da430f749016df6c310a163d34;hpb=893329575efe4a3da451bf278c689607f6862221;p=lttng-docs.git diff --git a/tools/check.py b/tools/check.py index 70bd8d5..0fe2719 100644 --- a/tools/check.py +++ b/tools/check.py @@ -169,7 +169,7 @@ def _main(): if checker.has_error: return 1 - print(colored('All good!', 'green', attrs=['bold'])) + print(colored('{}: All good!'.format(args.infile), 'green', attrs=['bold'])) return 0