From eaf331f4aad19d1c7901848fbb7e58ee674c6e8f Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 1 Aug 1999 21:33:37 +0000 Subject: [PATCH] Use $SLURPD_DEBUG --- tests/scripts/test007-replication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index 53d71b2775..f42683199b 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -64,7 +64,7 @@ for i in 0 1 2 3 4 5; do done echo "Starting slurpd..." -$SLURPD -f $MASTERCONF -d 4 -t $REPLDIR > $SLURPLOG 2>&1 & +$SLURPD -f $MASTERCONF -d ${SLURPD_DEBUG-4} -t $REPLDIR > $SLURPLOG 2>&1 & SLURPPID=$! echo "Using ldapadd to populate the master directory..." -- 2.39.5