Fixing xfails_re
This commit is contained in:
parent
c537f13672
commit
a8ab56138b
1 changed files with 1 additions and 1 deletions
|
@ -126,9 +126,9 @@ class DejaResults(object):
|
||||||
our_keys.sort()
|
our_keys.sort()
|
||||||
result = ''
|
result = ''
|
||||||
xfails = self.read_xfail (builder)
|
xfails = self.read_xfail (builder)
|
||||||
xfails_re = self.transform_re (xfails)
|
|
||||||
if xfails is None:
|
if xfails is None:
|
||||||
xfails = {}
|
xfails = {}
|
||||||
|
xfails_re = self.transform_re (xfails)
|
||||||
for key in our_keys:
|
for key in our_keys:
|
||||||
# An XFAIL entry means we have an unreliable test.
|
# An XFAIL entry means we have an unreliable test.
|
||||||
cont = False
|
cont = False
|
||||||
|
|
Loading…
Reference in a new issue