diff options
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
-rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py index dd0c572a7..99ec59608 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
@@ -34,7 +34,7 @@ def test_compile(): | |||
34 | 34 | ||
35 | 35 | ||
36 | def test_compile_json(): | 36 | def test_compile_json(): |
37 | result = check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default_json') | 37 | result = check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default_json', '-n') |
38 | check_returncode(result) | 38 | check_returncode(result) |
39 | 39 | ||
40 | 40 | ||