repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 34bdaaa33f90c88bf28af9f9099a5e9126feaa89:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 34bdaaa33f90c88bf28af9f9099a5e9126feaa89
Author: Alexander Barton 
Date:   Mon Sep 16 09:54:17 2002 +0000

    - CLIENTS-Konstante unter IRIX vermindet.

diff --git a/src/testsuite/stress-server.sh b/src/testsuite/stress-server.sh
index 8ea790f01789fd29565582d68a6103ec2c7a97b4..
index ..49ef0bd6f37eb41f0d1f794783eac4f62bb4868a 100755
--- a/src/testsuite/stress-server.sh
+++ b/src/testsuite/stress-server.sh
@@ -1,12 +1,9 @@
 #!/bin/sh
 # ngIRCd Test Suite
-# $Id: stress-server.sh,v 1.3 2002/09/13 06:11:19 alex Exp $
+# $Id: stress-server.sh,v 1.4 2002/09/16 09:54:17 alex Exp $

-if [ `uname` = "Darwin" ]; then
-  CLIENTS=20
-else
-  CLIENTS=50
-fi
+if [ `uname` = "Darwin" -o `uname` = "IRIX" -o `uname` = "IRIX64" ]; then CLIENTS=5
+else CLIENTS=50; fi

 name=`basename $0`
 test=`echo ${name} | cut -d '.' -f 1`

-----END OF PAGE-----