comparison was done twice
This commit is contained in:
parent
4f3b0e4c34
commit
73040c91c5
|
@ -99,7 +99,6 @@ class Test():
|
|||
self.run(variant)
|
||||
|
||||
self.postprocess(variant)
|
||||
self.compare(variant)
|
||||
|
||||
if self.options.update:
|
||||
if self.update(variant) != 0: logging.critical('update for "{}" failed.'.format(name))
|
||||
|
|
Loading…
Reference in New Issue