configs: missed spot progress-interval change
This commit is contained in:
parent
5d5b0f49cc
commit
b3ff137c8e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def run(options, root, testsys, cpu_class):
|
|||
max_checkpoints = options.max_checkpoints
|
||||
switch_cpus = None
|
||||
|
||||
if options.prog_intvl:
|
||||
if options.prog_interval:
|
||||
for i in xrange(np):
|
||||
testsys.cpu[i].progress_interval = options.prog_interval
|
||||
|
||||
|
|
Loading…
Reference in a new issue