X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftestsuite%2Fstart-server.sh;h=51de410ec4f2aa49e5bcd5ddda13f007153089c8;hp=11b8121b4fa7e0c5ee23e23f69bd44136964063b;hb=fc6f64742cf58203c5e14481498e592d21899f02;hpb=d040fa2a7da818d84171fa1a5e3c5d2c2fca92a1 diff --git a/src/testsuite/start-server.sh b/src/testsuite/start-server.sh index 11b8121b..51de410e 100755 --- a/src/testsuite/start-server.sh +++ b/src/testsuite/start-server.sh @@ -1,6 +1,6 @@ #!/bin/sh # ngIRCd Test Suite -# $Id: start-server.sh,v 1.1 2002/09/09 10:16:24 alex Exp $ +# $Id: start-server.sh,v 1.2 2002/09/09 22:56:07 alex Exp $ echo " starting server ..." @@ -12,4 +12,6 @@ sleep 1 pid=`ps a | grep ngircd-test | head -n 1 | cut -d ' ' -f 1` kill -0 $pid > /dev/null 2>&1 +rm -rf logs + # -eof-