summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2014-12-19 18:46:35 -0800
committerJeff Quast <jquast@io.com>2014-12-19 18:46:35 -0800
commit4242c4605a1de8d3c282e6a5a0b16977b34789ec (patch)
tree72da0d86952d746423b3914d0af9b21d71f33042 /tools
parent194e8c287494b52f2294adadc56028d10f49e914 (diff)
downloadpexpect-git-4242c4605a1de8d3c282e6a5a0b16977b34789ec.tar.gz
Comment on the cause for 'group executable' == no
Diffstat (limited to 'tools')
-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 ce4e451..b74f179 100755
--- a/tools/teamcity-runtests.sh
+++ b/tools/teamcity-runtests.sh
@@ -29,7 +29,7 @@ workon ${venv} || mkvirtualenv -p `which python${pyversion}` ${venv} || true
# install ptyprocess
cd $here/../../ptyprocess
-pip uninstall ptyprocess || true
+pip uninstall --yes ptyprocess || true
python setup.py install
# install all test requirements