From 3a8799357055bd65d20bb658939c19f57b339863 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 7 May 2001 19:30:22 +0000 Subject: [PATCH] Append log --- tests/scripts/start-master-nolog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/start-master-nolog b/tests/scripts/start-master-nolog index d00a56b90e..b075c38f77 100755 --- a/tests/scripts/start-master-nolog +++ b/tests/scripts/start-master-nolog @@ -30,7 +30,7 @@ fi echo "Starting slapd on TCP/IP port $PORT..." . $CONFFILTER $BACKEND < $CONF > $DBCONF -$SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > /dev/null 2>&1 & +$SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING >> /dev/null 2>&1 & PID=$! echo "Using ldapsearch to retrieve all the entries..." -- 2.39.5