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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/realmath/run-test.sh b/tests/realmath/run-test.sh
index 0997ccb5d..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.."
@@ -15,7 +15,7 @@ for ((i = 0; i < 100; i++)); do
iverilog -o uut_${idx}_tb uut_${idx}_tb.v uut_${idx}.v uut_${idx}_syn.v
./uut_${idx}_tb | tee uut_${idx}.err
if test -s uut_${idx}.err; then
- echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of icarus verilog."
+ echo "Note: Make sure that 'iverilog' is an up-to-date git checkout of Icarus Verilog."
exit 1
fi
rm -f uut_${idx}.err