remove coverage run -a
最新版coverage的-a和-p参数不能同时用
This commit is contained in:
parent
c02fcbf746
commit
fe4b35fb0a
5 changed files with 27 additions and 4 deletions
|
@ -18,7 +18,7 @@ function run_test {
|
|||
for module in local server
|
||||
do
|
||||
|
||||
command="coverage run -p -a shadowsocks/$module.py"
|
||||
command="coverage run -p shadowsocks/$module.py"
|
||||
|
||||
mkdir -p tmp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue