Commit e87f4e10 authored by Fred Drake's avatar Fred Drake

Let "make test" show the slightly-extended error information added to

testrunner.py last week.
parent c97ebea6
......@@ -70,7 +70,7 @@ untestinst:
uninstall:
${RMRF} "${PREFIX}"
TESTOPTS=-v1 -d lib/python
TESTOPTS=-v1 -e -d lib/python
test: build
${PYTHON} "${BASE_DIR}/utilities/testrunner.py" ${TESTOPTS}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment