Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
70bd04b999
1 changed files with 3 additions and 1 deletions
|
|
@ -342,7 +342,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
|
||||||
menu.options['System Info']['Selected'] = False
|
menu.options['System Info']['Selected'] = False
|
||||||
|
|
||||||
# Add CLI actions if necessary
|
# Add CLI actions if necessary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue