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
|
@ -44,7 +44,7 @@ parser.add_argument('--dns', type=str, default='8.8.8.8')
|
|||
config = parser.parse_args()
|
||||
|
||||
if config.with_coverage:
|
||||
python = ['coverage', 'run', '-p', '-a']
|
||||
python = ['coverage', 'run', '-p']
|
||||
|
||||
client_args = python + ['shadowsocks/local.py', '-v']
|
||||
server_args = python + ['shadowsocks/server.py', '-v']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue