Remove useless test and fix message output
[lttng-tools.git] / tests / run-report.py
index 0b67027de4d761aa8d0a74dc78658be6c9c5ec1e..af8ad16d38ed40e764556bc75f83772cd706e4bf 100755 (executable)
@@ -288,7 +288,7 @@ def run_test(test):
         return 0
 
     if not os.path.isfile(test['bin']):
-        print "Unable to find test file '%s'. Skipping"
+        print "Unable to find test file '%s'. Skipping" % (test['bin'])
         return 0
 
     # No session daemon needed
This page took 0.025544 seconds and 4 git commands to generate.