Small updates, Daniel

This commit is contained in:
Daniel Veillard 2004-09-06 13:20:05 +00:00
parent cd4535f7a4
commit aa9a352fc7
2 changed files with 7 additions and 1 deletions

View File

@ -41,12 +41,18 @@ $(TESTDIRS):
pytests: $(PYSCRIPTS) $(TESTDIRS)
-@(if [ -x nist-test.py -a -d nisttest ] ; then \
echo "## Running NIST Schemas tests"; \
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
export PYTHONPATH; \
./nist-test.py -s -b $(srcdir) ; fi)
-@(if [ -x sun-test.py -a -d suntest ] ; then \
echo "## Running Sun Schemas tests"; \
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
export PYTHONPATH; \
./sun-test.py -s -b $(srcdir) ; fi)
-@(if [ -x ms-test.py -a -d msxsdtest ] ; then \
echo "## Running Microsoft Schemas tests"; \
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
export PYTHONPATH; \
./ms-test.py -s -b $(srcdir) ; fi)
tests:

View File

@ -421,7 +421,7 @@ class MSTestRunner:
out.write(" %d leaks" % (counters[self.CNT_MEMLEAK]))
out.write("\n")
else:
out.write("all passed\n")
out.write(" all passed\n")
def reportCombine(self, combName):
global options