From 4242c4605a1de8d3c282e6a5a0b16977b34789ec Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Fri, 19 Dec 2014 18:46:35 -0800 Subject: Comment on the cause for 'group executable' == no --- tools/teamcity-runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.1