1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-11-16 13:37:11 +00:00

Enhanced testsuite, should run under GNU/Hurd now.

This commit is contained in:
Alexander Barton
2003-08-22 11:31:18 +00:00
parent 5e4124d38d
commit 1ed708ef39
5 changed files with 47 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# ngIRCd Test Suite
# $Id: stress-server.sh,v 1.7 2003/04/22 19:27:50 alex Exp $
# $Id: stress-server.sh,v 1.8 2003/08/22 11:31:18 alex Exp $
[ -z "$srcdir" ] && srcdir=`dirname $0`
@@ -12,11 +12,11 @@ mkdir -p logs tests
type expect > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "SKIP: ${name} -- \"expect\" not found."; exit 77
echo " ${name}: \"expect\" not found."; exit 77
fi
type telnet > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "SKIP: ${name} -- \"telnet\" not found."; exit 77
echo " ${name}: \"telnet\" not found."; exit 77
fi
echo " stressing server with $CLIENTS clients (be patient!) ..."