refine tests: add time limit for curl; output shadowsocks logs

This commit is contained in:
clowwindy
2014-11-01 23:47:38 +08:00
parent d64450915b
commit 5892789005
2 changed files with 47 additions and 20 deletions

View File

@ -17,6 +17,7 @@ script:
- pep8 .
- pyflakes .
- python tests/nose_plugin.py -v
- python setup.py sdist
- python tests/test.py -c tests/aes.json
- python tests/test.py -c tests/aes-ctr.json
- python tests/test.py -c tests/aes-cfb1.json