Expanding decodeRC for tests
This commit is contained in:
parent
3e26ced260
commit
9fbeba1783
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
||||
#######################
|
||||
|
|
Loading…
Reference in a new issue