Browse Source

fix ci

auth
clowwindy 10 years ago
parent
commit
c7b5a5a011
  1. 3
      .jenkins.sh

3
.jenkins.sh

@ -7,7 +7,7 @@ function run_test {
echo "running test: $command $@" echo "running test: $command $@"
printf '\e[0m' printf '\e[0m'
$command $@ $command "$@"
status=$? status=$?
if [ $status -ne 0 ]; then if [ $status -ne 0 ]; then
printf '\e[0;31m' printf '\e[0;31m'
@ -46,7 +46,6 @@ run_test python tests/test.py --with-coverage -s tests/ipv6.json -c tests/ipv6-c
run_test python tests/test.py --with-coverage -b "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388" -a "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388 -l 1081" run_test python tests/test.py --with-coverage -b "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388" -a "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388 -l 1081"
run_test python tests/test.py --with-coverage -b "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081" run_test python tests/test.py --with-coverage -b "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081"
coverage combine && coverage report --include=shadowsocks/* coverage combine && coverage report --include=shadowsocks/*
coverage combine && coverage report --include=shadowsocks/*
rm -rf htmlcov rm -rf htmlcov
coverage html --include=shadowsocks/* coverage html --include=shadowsocks/*

Loading…
Cancel
Save