remove coverage run -a

最新版coverage的-a和-p参数不能同时用
This commit is contained in:
Falseen 2015-11-01 19:36:20 +08:00
parent c02fcbf746
commit fe4b35fb0a
5 changed files with 27 additions and 4 deletions

View file

@ -2,7 +2,7 @@
. tests/assert.sh
PYTHON="coverage run -a -p"
PYTHON="coverage run -p"
LOCAL="$PYTHON shadowsocks/local.py"
SERVER="$PYTHON shadowsocks/server.py"