Comment 2 for bug 80088

Revision history for this message
Philipp Schroeder (philipp.schroeder) wrote :

I tried the workaround suggested by mgedmin in the last message. In the
'Makefile' of the 'schooltool-0.11.2' directory, I couldn't find any line
containing LC_ALL=C. I found it in the 'Makefile' in the 'schoolbell-1.2.2'
directory, though.

I replaced that line as suggested. Then, I ran make test.

---------------------

# make test
[ ! -d Zope3 ] || cd Zope3 && python setup.py build_ext -i
running build_ext
running build_headers
python setup.py build
Extracting translations
running build
running build_py
running build_scripts
python remove-stale-bytecode.py

---------------------------------

--> 'make test' runs through without the error message I got previously, but I
don't get the usual confirmation message

"Ran XXX tests in YYY.ZZZs"

HTH