X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Frun-report.py;h=1516c7e7056c25de1ac1322e69355a155e7cf4fa;hp=0b67027de4d761aa8d0a74dc78658be6c9c5ec1e;hb=ef049beed75d56a90fcc522288da44c7307f3080;hpb=355f483d1713d1e047ad6256bea039cb693ae38e diff --git a/tests/run-report.py b/tests/run-report.py index 0b67027de..1516c7e70 100755 --- a/tests/run-report.py +++ b/tests/run-report.py @@ -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