summaryrefslogtreecommitdiff
path: root/lib/python/qmk/tests/test_cli_commands.py
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-11-30 19:20:22 +0000
committerQMK Bot <hello@qmk.fm>2020-11-30 19:20:22 +0000
commit4a5388a2b60b971542af4b2302f0208f05ca84f5 (patch)
treee2b78e79aa1eb1dd5521d0a62b32e5167534ff30 /lib/python/qmk/tests/test_cli_commands.py
parent3cc7d22732e201d5fd83931e5cfee21f83fd2352 (diff)
parent8724a70c4c4329f09b9cf6dbda4dbefaaf3a3ee9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
-rw-r--r--lib/python/qmk/tests/test_cli_commands.py2
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 dd0c572a7d..99ec596083 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():
def test_compile_json():
- result = check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default_json')
+ result = check_subcommand('compile', '-kb', 'handwired/onekey/pytest', '-km', 'default_json', '-n')
check_returncode(result)