Expanding decodeRC for tests

This commit is contained in:
Sergio Durigan Junior 2014-12-26 13:12:20 -05:00
parent 3e26ced260
commit 9fbeba1783

View file

@ -324,7 +324,7 @@ BuildBot halt on failure."""
self.haltOnFailure = False
self.flunkOnFailure = False
self.flunkOnWarnings = False
self.decodeRC = { 0 : SUCCESS, 1 : SUCCESS }
self.decodeRC = { 0 : SUCCESS, 1 : SUCCESS, 2 : SUCCESS }
#######################