1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

Make sure that Python tests exit with error code

This commit is contained in:
Nick Wellnhofer
2019-10-21 11:57:47 +02:00
parent 9d4bfeecbd
commit 47c8300023
5 changed files with 12 additions and 3 deletions

View File

@ -54,3 +54,4 @@ if libxml2.debugMemory(1) == 0:
else:
print "Memory leak %d bytes" % (libxml2.debugMemory(1))
libxml2.dumpMemory()
sys.exit(255)