diff options
Diffstat (limited to 'tools/pypy-test.sh')
-rwxr-xr-x | tools/pypy-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pypy-test.sh b/tools/pypy-test.sh index b02d18778..f4d56ba1a 100755 --- a/tools/pypy-test.sh +++ b/tools/pypy-test.sh @@ -39,7 +39,7 @@ echo pypy3 version pypy3/bin/pypy3 -c "import sys; print(sys.version)" echo -pypy3/bin/pypy3 runtests.py --debug-configure --show-build-log -v -- -rsx \ +pypy3/bin/pypy3 runtests.py --debug-info --show-build-log -v -- -rsx \ --junitxml=junit/test-results.xml --durations 10 echo Make sure the correct openblas has been linked in |