removed verbose test output

This commit is contained in:
Peter Boin 2017-07-25 01:55:09 +10:00
parent aef2728b0d
commit 57455bc787
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ function run_test() {
pushd ../tests
workon ${env_name}
${env_python_bin} -m unittest discover -s . -p 'test_*.py' --verbose
${env_python_bin} -m unittest discover -s . -p 'test_*.py'
deactivate
popd
}

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
python -m unittest discover -s . -p 'test_*.py' --verbose
python -m unittest discover -s . -p 'test_*.py'