xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-leak-check: Treat listing failure as fail, not broken
@ 2017-09-27 10:03 Ian Jackson
  0 siblings, 0 replies; only message in thread
From: Ian Jackson @ 2017-09-27 10:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

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

Signed-off-by: Ian Jackson <Ian.Jackson@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-27 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27 10:03 [OSSTEST PATCH] ts-leak-check: Treat listing failure as fail, not broken Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).