Skip to content

Commit

Permalink
test more arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Feb 5, 2015
1 parent 04fac9e commit 3d2bc8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ run_test src/chinadns -V

run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/google.com
run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/facebook.com
run_test tests/test.py -a '-c chnroute.txt -s 114.114.114.114,8.8.8.8 -l iplist.txt' -t tests/google.com
run_test tests/test.py -a '-c chnroute.txt -y 0.5 -l iplist.txt' -t tests/google.com
run_test tests/test.py -a '-c chnroute.txt -b 0.0.0.0 -l iplist.txt' -t tests/google.com

run_test tests/test.py -a '-c chnroute.txt -l iplist.txt' -t tests/twitter.com
run_test tests/test.py -a '-d -c chnroute.txt -l iplist.txt' -t tests/twitter.com
Expand Down

0 comments on commit 3d2bc8c

Please sign in to comment.