Reduce travis load by replacing an exclusive grep with an inclusive grep (#10964)
* add -n to avoid compiling * switch to an include rather than exclude strategy
This commit is contained in:
parent
485e4524f4
commit
8724a70c4c
4 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue