Skip to content

Commit c7b5a5a

Browse files
author
clowwindy
committed
fix ci
1 parent be2ab37 commit c7b5a5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.jenkins.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function run_test {
77
echo "running test: $command $@"
88
printf '\e[0m'
99

10-
$command $@
10+
$command "$@"
1111
status=$?
1212
if [ $status -ne 0 ]; then
1313
printf '\e[0;31m'
@@ -46,7 +46,6 @@ run_test python tests/test.py --with-coverage -s tests/ipv6.json -c tests/ipv6-c
4646
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"
4747
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"
4848
coverage combine && coverage report --include=shadowsocks/*
49-
coverage combine && coverage report --include=shadowsocks/*
5049
rm -rf htmlcov
5150
coverage html --include=shadowsocks/*
5251

0 commit comments

Comments
 (0)