From 1a26aead442f179b99c260d1e3e985aa0eb92f9f Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 28 Jan 2020 18:38:33 -0700 Subject: [PATCH] Network test working under macOS --- scripts/wk/hw/diags.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/wk/hw/diags.py b/scripts/wk/hw/diags.py index 03e9628a..3dd7a189 100644 --- a/scripts/wk/hw/diags.py +++ b/scripts/wk/hw/diags.py @@ -431,10 +431,10 @@ def build_menu(cli_mode=False, quick_mode=False): # Compatibility checks if PLATFORM != 'Linux': - for name in ('Audio Test', 'Keyboard Test', 'Network Test'): + for name in ('Audio Test', 'Keyboard Test'): menu.actions[name]['Disabled'] = True if PLATFORM not in ('Darwin', 'Linux'): - for name in ('Matrix', 'Tubes'): + for name in ('Matrix', 'Network Test', 'Tubes'): menu.actions[name]['Disabled'] = True # Done