From: Christian Babeux Date: Tue, 14 Aug 2012 20:33:39 +0000 (-0400) Subject: Fix: Use Python 2.x for the run-report script X-Git-Tag: v2.1.0-rc1~22 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ca0306fd73be47fa061d309373269c41bb75958c Fix: Use Python 2.x for the run-report script Signed-off-by: Christian Babeux Signed-off-by: David Goulet --- diff --git a/tests/run-report.py b/tests/run-report.py index af8ad16d3..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