aboutsummaryrefslogtreecommitdiffstats
path: root/tests/realmath/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/realmath/run-test.sh')
-rwxr-xr-xtests/realmath/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/realmath/run-test.sh b/tests/realmath/run-test.sh
index 8419688c9..f1ec5476b 100755
--- a/tests/realmath/run-test.sh
+++ b/tests/realmath/run-test.sh
@@ -4,7 +4,7 @@ set -e
rm -rf temp
mkdir -p temp
echo "generating tests.."
-python generate.py
+python3 generate.py
cd temp
echo "running tests.."