Fix HW Diags test selections for teststations

This commit is contained in:
2Shirt 2023-07-12 12:48:31 -07:00
parent cda5aee714
commit 0c1c65182c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -290,7 +290,9 @@ def build_menu(cli_mode=False, quick_mode=False) -> cli.Menu:
# Skip CPU tests for TestStations
if os.path.exists(cfg.hw.TESTSTATION_FILE):
menu.options['CPU & Cooling']['Selected'] = False
menu.options['CPU (Sysbench)']['Selected'] = False
menu.options['CPU (Prime95)']['Selected'] = False
menu.options['CPU (Cooling)']['Selected'] = False
# Add CLI actions if necessary
if cli_mode or 'DISPLAY' not in os.environ: