diff options
Diffstat (limited to 'python/tests/extfunc.py')
-rwxr-xr-x | python/tests/extfunc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/extfunc.py b/python/tests/extfunc.py index 0a559531..fc6040b3 100755 --- a/python/tests/extfunc.py +++ b/python/tests/extfunc.py @@ -64,3 +64,4 @@ if libxml2.debugMemory(1) == 0: else: print "Memory leak %d bytes" % (libxml2.debugMemory(1)) libxml2.dumpMemory() + sys.exit(255) |