1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-03-12 12:08:12 +00:00

Test-Suite: es werden nun nur noch 5 Sessions parallel gestartet.

This commit is contained in:
Alexander Barton 2002-09-23 21:55:06 +00:00
parent 37b579f3cd
commit a5fe6d6783

View File

@ -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.4.2.1 2002/09/23 21:55:06 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`