Fix CPU checkbox not updating

This commit is contained in:
2Shirt 2022-12-11 21:48:58 -08:00
parent 7144ab0106
commit 2aa95fd8db
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -175,6 +175,8 @@ def update_checkboxes(state, num_disk_tests):
num_disk_tests_run -= 1
elif group.name.startswith('Disk'):
disk_tests.extend(group.test_objects)
elif group.name.startswith('System'):
num_disk_tests_run -= 1
# Bail if osTicket integration disabled
if state.ost.disabled: