[tests] Do not show stdout/stderr by default

This commit is contained in:
Tobias Witek 2020-02-02 14:41:45 +01:00
parent 854d7dc470
commit 1801e83322

View file

@ -1,4 +1,4 @@
#!/bin/bash
coverage run -m unittest discover -v
coverage run -m unittest discover -v -b
coverage report -m