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)
|
pytests: $(PYSCRIPTS) $(TESTDIRS)
|
||||||
-@(if [ -x nist-test.py -a -d nisttest ] ; then \
|
-@(if [ -x nist-test.py -a -d nisttest ] ; then \
|
||||||
echo "## Running NIST Schemas tests"; \
|
echo "## Running NIST Schemas tests"; \
|
||||||
|
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
|
||||||
|
export PYTHONPATH; \
|
||||||
./nist-test.py -s -b $(srcdir) ; fi)
|
./nist-test.py -s -b $(srcdir) ; fi)
|
||||||
-@(if [ -x sun-test.py -a -d suntest ] ; then \
|
-@(if [ -x sun-test.py -a -d suntest ] ; then \
|
||||||
echo "## Running Sun Schemas tests"; \
|
echo "## Running Sun Schemas tests"; \
|
||||||
|
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
|
||||||
|
export PYTHONPATH; \
|
||||||
./sun-test.py -s -b $(srcdir) ; fi)
|
./sun-test.py -s -b $(srcdir) ; fi)
|
||||||
-@(if [ -x ms-test.py -a -d msxsdtest ] ; then \
|
-@(if [ -x ms-test.py -a -d msxsdtest ] ; then \
|
||||||
echo "## Running Microsoft Schemas tests"; \
|
echo "## Running Microsoft Schemas tests"; \
|
||||||
|
PYTHONPATH="$$PYTHONPATH:../python:../python/.libs:..:../libs" ;\
|
||||||
|
export PYTHONPATH; \
|
||||||
./ms-test.py -s -b $(srcdir) ; fi)
|
./ms-test.py -s -b $(srcdir) ; fi)
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
|
@ -421,7 +421,7 @@ class MSTestRunner:
|
|||||||
out.write(" %d leaks" % (counters[self.CNT_MEMLEAK]))
|
out.write(" %d leaks" % (counters[self.CNT_MEMLEAK]))
|
||||||
out.write("\n")
|
out.write("\n")
|
||||||
else:
|
else:
|
||||||
out.write("all passed\n")
|
out.write(" all passed\n")
|
||||||
|
|
||||||
def reportCombine(self, combName):
|
def reportCombine(self, combName):
|
||||||
global options
|
global options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user