From ca0306fd73be47fa061d309373269c41bb75958c Mon Sep 17 00:00:00 2001 From: Christian Babeux Date: Tue, 14 Aug 2012 16:33:39 -0400 Subject: [PATCH] Fix: Use Python 2.x for the run-report script Signed-off-by: Christian Babeux Signed-off-by: David Goulet --- tests/run-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1