修訂 | 5fe4c075e6a7c7eb13da061bbdf47b51863f162a (tree) |
---|---|
時間 | 2010-10-08 13:03:58 |
作者 | 0809216 <0809216@1ed6...> |
Commiter | 0809216 |
Add test failed message
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10352 1ed66053-1c2d-0410-8867-f7571e6e31d3
@@ -44,7 +44,7 @@ for (( i = 0 ; i < 2; i++ )){ | ||
44 | 44 | RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate` |
45 | 45 | if [ "${RET}" != "${RealServer1}" ] |
46 | 46 | then |
47 | - echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
47 | + echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
48 | 48 | exit 1 |
49 | 49 | fi |
50 | 50 | } |
@@ -44,7 +44,7 @@ for (( i = 0 ; i < 4; i++ )){ | ||
44 | 44 | RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate` |
45 | 45 | if [ "${RET}" != "${RealServer1}" ] |
46 | 46 | then |
47 | - echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
47 | + echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
48 | 48 | exit 1 |
49 | 49 | fi |
50 | 50 | } |
@@ -44,7 +44,7 @@ for (( i = 0 ; i < 3; i++ )){ | ||
44 | 44 | RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate` |
45 | 45 | if [ "${RET}" != "${RealServer1}" ] |
46 | 46 | then |
47 | - echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
47 | + echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
48 | 48 | exit 1 |
49 | 49 | fi |
50 | 50 | } |
@@ -61,7 +61,7 @@ sleep 10 | ||
61 | 61 | RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate` |
62 | 62 | if [ "${RET}" != "${RealServer1}" ] |
63 | 63 | then |
64 | - echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
64 | + echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate" | |
65 | 65 | exit 1 |
66 | 66 | fi |
67 | 67 |
@@ -55,7 +55,6 @@ fi | ||
55 | 55 | |
56 | 56 | #Connect |
57 | 57 | RET=`$WGET -t 1 -qO- http://127.0.0.1:40001/` |
58 | -echo "$RET" | |
59 | 58 | if [ "${RET}" != "${SorryServer1}" ] |
60 | 59 | then |
61 | 60 | echo "Test failed: $WGET -t 1 -qO- http://127.0.0.1:40001/" |
@@ -55,7 +55,6 @@ fi | ||
55 | 55 | |
56 | 56 | #Connect |
57 | 57 | RET=`$WGET -t 1 -qO- http://127.0.0.1:40001/` |
58 | -echo "$RET" | |
59 | 58 | if [ "${RET}" != "${SorryServer1}" ] |
60 | 59 | then |
61 | 60 | echo "Test failed: $WGET -t 1 -qO- http://127.0.0.1:40001/" |