From a8ab56138b1ec1d792ffe09b5660673c579d4027 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 19 Jan 2015 19:49:20 -0500 Subject: [PATCH] Fixing xfails_re --- lib/sumfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sumfiles.py b/lib/sumfiles.py index fcfcd26..6451800 100644 --- a/lib/sumfiles.py +++ b/lib/sumfiles.py @@ -126,9 +126,9 @@ class DejaResults(object): our_keys.sort() result = '' xfails = self.read_xfail (builder) - xfails_re = self.transform_re (xfails) if xfails is None: xfails = {} + xfails_re = self.transform_re (xfails) for key in our_keys: # An XFAIL entry means we have an unreliable test. cont = False