aboutsummaryrefslogtreecommitdiffstats
path: root/tests/share/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/share/run-test.sh')
-rwxr-xr-xtests/share/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/share/run-test.sh b/tests/share/run-test.sh
index 6e880677c..18dbbc279 100755
--- a/tests/share/run-test.sh
+++ b/tests/share/run-test.sh
@@ -8,7 +8,7 @@ set -e
rm -rf temp
mkdir -p temp
echo "generating tests.."
-python generate.py
+python3 generate.py
echo "running tests.."
for i in $( ls temp/*.ys | sed 's,[^0-9],,g; s,^0*\(.\),\1,g;' ); do