From 699a6c18585a7e5da34c96be22098ad3391a58cd Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Sun, 17 Jun 2012 14:21:55 +0200 Subject: [PATCH] =?UTF-8?q?*=C2=A0eo/src/pyeo/test/run=5Ftests.sh:=20remov?= =?UTF-8?q?ed=20ambigious=20use=20of=20python=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eo/src/pyeo/test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/pyeo/test/run_tests.sh b/eo/src/pyeo/test/run_tests.sh index b06c61b0..8a2ebca1 100755 --- a/eo/src/pyeo/test/run_tests.sh +++ b/eo/src/pyeo/test/run_tests.sh @@ -2,6 +2,6 @@ for i in *.py do - python $i > /dev/null + python2 $i > /dev/null done