Add check and check-VERSION targets
[lttng-docs.git] / tools / check.py
index 70bd8d5d731266da430f749016df6c310a163d34..0fe2719fc0c0a9bbe1ba00710ebca408ccffc901 100644 (file)
@@ -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
 
This page took 0.022496 seconds and 4 git commands to generate.