summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-05-05 00:46:53 -0700
committerJeff Quast <jquast@io.com>2015-05-05 00:46:53 -0700
commit24f9b485f66c949abe8285f913c7848ab9662c35 (patch)
tree3e8cce6bd4921036f39a9045ad6c73cebe72b56e
parent6b6a9c12199a421506938e4275db4fb07a7101c6 (diff)
downloadpexpect-debug-asyncio-eof.tar.gz
-rwxr-xr-xtools/teamcity-runtests.sh2
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/..