From 524096165c541162bae41a8b2adac960ebd0ec71 Mon Sep 17 00:00:00 2001 From: 2Shirt <1923621+2Shirt@users.noreply.github.com> Date: Wed, 27 Dec 2017 14:02:04 -0700 Subject: [PATCH] Forgot to update_progress during badblocks tests --- .bin/Scripts/functions/hw_diags.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 4c7c6541..4b3aa626 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -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',