File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ function run_test {
7
7
echo " running test: $command $@ "
8
8
printf ' \e[0m'
9
9
10
- $command $@
10
+ $command " $@ "
11
11
status=$?
12
12
if [ $status -ne 0 ]; then
13
13
printf ' \e[0;31m'
@@ -46,7 +46,6 @@ run_test python tests/test.py --with-coverage -s tests/ipv6.json -c tests/ipv6-c
46
46
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"
47
47
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"
48
48
coverage combine && coverage report --include=shadowsocks/*
49
- coverage combine && coverage report --include=shadowsocks/*
50
49
rm -rf htmlcov
51
50
coverage html --include=shadowsocks/*
52
51
You can’t perform that action at this time.
0 commit comments