This commit is contained in:
2Shirt 2018-09-12 15:54:36 -06:00
parent 9f12f2c856
commit 83064d7c90
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -677,6 +677,8 @@ def run_tests(tests):
def scan_disks(full_paths=False, only_path=None):
"""Scan for disks eligible for hardware testing."""
clear_screen()
print_standard(' ')
print_standard('Scanning disks...')
# Get eligible disk list
cmd = ['lsblk', '-J', '-O']