This can easily occur if the test host crashes, due to a bug.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 ts-leak-check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-leak-check b/ts-leak-check
index 7dbabfe..678d069 100755
--- a/ts-leak-check
+++ b/ts-leak-check
@@ -176,7 +176,7 @@ if (!eval {
     &{ "finish_$mode" }();
     1;
 }) {
-    broken("listing/checking leakable objects: $@");
+    fail("listing/checking leakable objects: $@");
 }
 
 fail("$leaks leaked object(s)") if $leaks;
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to