[tests] Do not show stdout/stderr by default
This commit is contained in:
parent
854d7dc470
commit
1801e83322
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
coverage run -m unittest discover -v
|
coverage run -m unittest discover -v -b
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
Loading…
Reference in a new issue