mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-03 00:42:24 +03:00
Make sure that Python tests exit with error code
This commit is contained in:
@ -27,3 +27,4 @@ if libxml2.debugMemory(1) == 0:
|
||||
else:
|
||||
print "Memory leak %d bytes" % (libxml2.debugMemory(1))
|
||||
libxml2.dumpMemory()
|
||||
sys.exit(255)
|
||||
|
Reference in New Issue
Block a user