Forgot to update_progress during badblocks tests
This commit is contained in:
parent
5d70124c39
commit
524096165c
1 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,8 @@ def run_badblocks():
|
|||
TESTS['badblocks']['Status'][name] = 'Skipped'
|
||||
else:
|
||||
# Not testing SMART, SMART CS, or SMART OVERRIDE
|
||||
TESTS['badblocks']['Status'][name] = 'Working'
|
||||
update_progress()
|
||||
print_standard(' /dev/{:11} '.format(name+'...'), end='', flush=True)
|
||||
run_program('tmux split-window -dl 5 {} {} {}'.format(
|
||||
'hw-diags-badblocks',
|
||||
|
|
|
|||
Loading…
Reference in a new issue