Passing RACY_ITER properly
This commit is contained in:
parent
0cf82e2960
commit
0df7e0067b
1 changed files with 1 additions and 3 deletions
|
@ -740,9 +740,7 @@ The parameters of the class are:
|
|||
|
||||
##################### Racy ######################
|
||||
|
||||
self.extra_make_check_flags.append ('RACY_ITER=5')
|
||||
|
||||
self.addStep (self.TestClass (self.make_command, self.extra_make_check_flags,
|
||||
self.addStep (self.TestClass (self.make_command, self.extra_make_check_flags + [ 'RACY_ITER=5' ],
|
||||
self.test_env,
|
||||
doStepIf = scheduler_is_racy,
|
||||
hideStepIf = scheduler_is_not_racy))
|
||||
|
|
Loading…
Reference in a new issue