Fix issue #46
This commit is contained in:
parent
9f12f2c856
commit
83064d7c90
1 changed files with 2 additions and 0 deletions
|
|
@ -677,6 +677,8 @@ def run_tests(tests):
|
||||||
def scan_disks(full_paths=False, only_path=None):
|
def scan_disks(full_paths=False, only_path=None):
|
||||||
"""Scan for disks eligible for hardware testing."""
|
"""Scan for disks eligible for hardware testing."""
|
||||||
clear_screen()
|
clear_screen()
|
||||||
|
print_standard(' ')
|
||||||
|
print_standard('Scanning disks...')
|
||||||
|
|
||||||
# Get eligible disk list
|
# Get eligible disk list
|
||||||
cmd = ['lsblk', '-J', '-O']
|
cmd = ['lsblk', '-J', '-O']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue