diff options
| -rwxr-xr-x | tools/teamcity-runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh index 71d9e6c..ddff654 100755 --- a/tools/teamcity-runtests.sh +++ b/tools/teamcity-runtests.sh @@ -42,7 +42,7 @@ pip install --upgrade pytest-cov coverage coveralls pytest-capturelog # display the selector used on this platform, for py27 or earlier without 'selectors' # module, hide and ignore error of any traceback due to ImportError. python -c 'import selectors; print("DefaultSelector: {0}".format(selectors.DefaultSelector))' \ - 2>/dev/null || true + || true # run tests cd $here/.. |
