configs: missed spot progress-interval change

This commit is contained in:
Korey Sewell 2011-05-23 14:36:22 -04:00
parent 5d5b0f49cc
commit b3ff137c8e

View file

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