]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- per Default werden nun nur noch 5 Sessions parallel gestartet.
authorAlexander Barton <alex@barton.de>
Mon, 23 Sep 2002 20:54:17 +0000 (20:54 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 23 Sep 2002 20:54:17 +0000 (20:54 +0000)
src/testsuite/stress-server.sh

index 49ef0bd6f37eb41f0d1f794783eac4f62bb4868a..23e684246f5d5cdc4d93e49e2f9174f81be944db 100755 (executable)
@@ -1,9 +1,8 @@
 #!/bin/sh
 # ngIRCd Test Suite
 #!/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`
 
 name=`basename $0`
 test=`echo ${name} | cut -d '.' -f 1`