Fix issue #37
This commit is contained in:
parent
0fcfc4b5ac
commit
014da1b224
1 changed files with 2 additions and 0 deletions
|
|
@ -277,6 +277,8 @@ class DiskObj():
|
|||
if not self.nvme_attributes and self.smart_attributes:
|
||||
# Re-enable for SMART short-tests
|
||||
self.tests['NVMe / SMART'].disabled = False
|
||||
else:
|
||||
self.tests['NVMe / SMART'].failed = True
|
||||
print_standard(' ')
|
||||
|
||||
def disable_test(self, name, status):
|
||||
|
|
|
|||
Loading…
Reference in a new issue