projects
/
ngircd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b579f
)
Test-Suite: es werden nun nur noch 5 Sessions parallel gestartet.
author
Alexander Barton
<alex@barton.de>
Mon, 23 Sep 2002 21:55:06 +0000
(21:55 +0000)
committer
Alexander Barton
<alex@barton.de>
Mon, 23 Sep 2002 21:55:06 +0000
(21:55 +0000)
src/testsuite/stress-server.sh
patch
|
blob
|
history
diff --git
a/src/testsuite/stress-server.sh
b/src/testsuite/stress-server.sh
index 49ef0bd6f37eb41f0d1f794783eac4f62bb4868a..900274897b985508208301224488e9af225a59f2 100755
(executable)
--- 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.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`