Skip to content

Commit ab975d1

Browse files
author
clowwindy
committed
fix tests
1 parent c6bc912 commit ab975d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ run_test python tests/test.py --with-coverage -s tests/server-multi-passwd.json
4545
run_test python tests/test.py --with-coverage -c tests/workers.json
4646
run_test python tests/test.py --with-coverage -s tests/ipv6.json -c tests/ipv6-client-side.json
4747
run_test python tests/test.py --with-coverage -b "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388 -q" -a "-m rc4-md5 -k testrc4 -s 127.0.0.1 -p 8388 -l 1081 -vv"
48-
run_test python tests/test.py --with-coverage -b "-b 127.0.0.1 -m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 --workers 1" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081 -t 30 -qq"
48+
run_test python tests/test.py --with-coverage -b "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 --workers 1" -a "-m aes-256-cfb -k testrc4 -s 127.0.0.1 -p 8388 -l 1081 -t 30 -qq -b 127.0.0.1"
4949

5050
if [ -f /proc/sys/net/ipv4/tcp_fastopen ] ; then
5151
if [ 3 -eq `cat /proc/sys/net/ipv4/tcp_fastopen` ] ; then

0 commit comments

Comments
 (0)