From 4c1335f51e5b1bcaa3ba5092a7b400c7ab5c337d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 30 Jul 2015 10:15:48 +0200 Subject: Replaced calls to "python" with "python2" --- icefuzz/tests/ioctrl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz/tests/ioctrl.sh') diff --git a/icefuzz/tests/ioctrl.sh b/icefuzz/tests/ioctrl.sh index 77fdccf..84523fc 100644 --- a/icefuzz/tests/ioctrl.sh +++ b/icefuzz/tests/ioctrl.sh @@ -24,7 +24,7 @@ done set +x echo "--snip--" for pin in $pins; do - python ../ioctrl.py ioctrl_${pin}.exp + python2 ../ioctrl.py ioctrl_${pin}.exp done | tee ioctrl_db.txt echo "--snap--" -- cgit v1.2.3