Fix HW Diags test selections for teststations
This commit is contained in:
parent
cda5aee714
commit
0c1c65182c
1 changed files with 3 additions and 1 deletions
|
|
@ -290,7 +290,9 @@ def build_menu(cli_mode=False, quick_mode=False) -> cli.Menu:
|
||||||
|
|
||||||
# Skip CPU tests for TestStations
|
# Skip CPU tests for TestStations
|
||||||
if os.path.exists(cfg.hw.TESTSTATION_FILE):
|
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
|
# Add CLI actions if necessary
|
||||||
if cli_mode or 'DISPLAY' not in os.environ:
|
if cli_mode or 'DISPLAY' not in os.environ:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue