diff options
| author | Alexander Barton <alex@barton.de> | 2004-09-04 14:23:09 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-09-04 14:23:09 +0000 |
| commit | 18eb92a72b7e41f9f082740d1a9328543f8c172f (patch) | |
| tree | 412e965237acd21fdbb1dfd90ccc428993bada87 /src/testsuite | |
| parent | 9ddb93478491336d531a1705a199c6e3cb27ca60 (diff) | |
| download | ngircd-18eb92a72b7e41f9f082740d1a9328543f8c172f.tar.gz ngircd-18eb92a72b7e41f9f082740d1a9328543f8c172f.zip | |
Added support for looping and other enhancements.
Diffstat (limited to 'src/testsuite')
| -rwxr-xr-x | src/testsuite/stress-server.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testsuite/stress-server.sh b/src/testsuite/stress-server.sh index 6a91d2ce..4f94809a 100755 --- a/src/testsuite/stress-server.sh +++ b/src/testsuite/stress-server.sh @@ -9,7 +9,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: stress-server.sh,v 1.9 2004/09/04 13:58:31 alex Exp $ +# $Id: stress-server.sh,v 1.10 2004/09/04 14:23:09 alex Exp $ # # detect source directory @@ -60,10 +60,10 @@ while [ ${loop} -lt $LOOPS ]; do done if [ $LOOPS -gt 1 ]; then echo " loop $loop/$LOOPS: started $no clients." - echo -n " loop $loop/$LOOPS: waiting for clients to complete: " + echo -n " loop $loop/$LOOPS: waiting for clients to complete: ." else echo " started $no clients." - echo -n " waiting for clients to complete: " + echo -n " waiting for clients to complete: ." fi res=3 @@ -74,7 +74,7 @@ while [ ${loop} -lt $LOOPS ]; do [ $res -ne 99 ] && break # there are still clients connected. Wait ... - sleep 1 + sleep 3 echo -n "." done |