]> arthur.barton.de Git - ngircd.git/blobdiff - src/testsuite/stress-server.sh
- unter Darwin werden nur noch 20 Clients parallel gestartet.
[ngircd.git] / src / testsuite / stress-server.sh
index 313e563f6b6250bab505f4b256a8f0e95b910395..8ea790f01789fd29565582d68a6103ec2c7a97b4 100755 (executable)
@@ -1,8 +1,12 @@
 #!/bin/sh
 # ngIRCd Test Suite
-# $Id: stress-server.sh,v 1.2 2002/09/12 02:28:44 alex Exp $
+# $Id: stress-server.sh,v 1.3 2002/09/13 06:11:19 alex Exp $
 
-CLIENTS=50
+if [ `uname` = "Darwin" ]; then
+  CLIENTS=20
+else
+  CLIENTS=50
+fi
 
 name=`basename $0`
 test=`echo ${name} | cut -d '.' -f 1`