mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Small updates, Daniel
This commit is contained in:
parent
cd4535f7a4
commit
aa9a352fc7
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user