summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-09-23 20:54:17 +0000
committerAlexander Barton <alex@barton.de>2002-09-23 20:54:17 +0000
commit8d1efc81f686a9c9047d22897fbcc79a1666a7a6 (patch)
tree5d30e558afdf1b81d85ad2201911b727eaa1ef5b /src
parent2b6dbb07e8379888cce62fc51205b0c98a5aeb9f (diff)
downloadngircd-8d1efc81f686a9c9047d22897fbcc79a1666a7a6.tar.gz
ngircd-8d1efc81f686a9c9047d22897fbcc79a1666a7a6.zip
- per Default werden nun nur noch 5 Sessions parallel gestartet.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testsuite/stress-server.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testsuite/stress-server.sh b/src/testsuite/stress-server.sh
index 49ef0bd6..23e68424 100755
--- a/src/testsuite/stress-server.sh
+++ b/src/testsuite/stress-server.sh
@@ -1,9 +1,8 @@
 #!/bin/sh
 # ngIRCd Test Suite
-# $Id: stress-server.sh,v 1.4 2002/09/16 09:54:17 alex Exp $
+# $Id: stress-server.sh,v 1.5 2002/09/23 20:54:17 alex Exp $
 
-if [ `uname` = "Darwin" -o `uname` = "IRIX" -o `uname` = "IRIX64" ]; then CLIENTS=5
-else CLIENTS=50; fi
+CLIENTS=5
 
 name=`basename $0`
 test=`echo ${name} | cut -d '.' -f 1`