Fix: consumerd pthread error flow
[lttng-tools.git] / tests / run-report.py
index 0b67027de4d761aa8d0a74dc78658be6c9c5ec1e..1516c7e7056c25de1ac1322e69355a155e7cf4fa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import os, sys
 import subprocess
@@ -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.022935 seconds and 4 git commands to generate.