Skip to content

Commit

Permalink
Do not combine ptyprocess coverage into pexpect's
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Apr 26, 2015
1 parent 650328c commit 1c6726b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tools/teamcity-runtests.sh
Expand Up @@ -51,16 +51,12 @@ if [ $ret -ne 0 ]; then
echo "py.test returned exit code ${ret}." >&2
echo "the build should detect and report these failing tests." >&2
fi
# combine ptyprocess's coverage into pexpect's
coverage combine
cp .coverage $here/../.coverage.ptyprocess.${osrel}

# install ptyprocess,
# install ptyprocess as a package,
python setup.py install

# run tests
# run pexpect tests (now that ptyprocess dependency is fulfilled)
cd $here/..
pwd
ret=0
py.test \
--cov pexpect --cov $here/../../ptyprocess/ptyprocess \
Expand Down

0 comments on commit 1c6726b

Please sign in to comment.