Passing RACY_ITER properly

This commit is contained in:
Sergio Durigan Junior 2016-03-15 19:13:16 -04:00
parent 0cf82e2960
commit 0df7e0067b

View file

@ -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))