Skip to content
Snippets Groups Projects
Commit eecd3d7f authored by Howard Chu's avatar Howard Chu
Browse files

Remove cruft

parent e7c5b684
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,7 @@ fi
echo "Starting slapd on TCP/IP port $PORT1..."
mkdir testrun/confdir
#$SLAPD -f $CONF1 -F testrun/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
valgrind ../servers/slapd/.libs/lt-slapd -f $CONF1 -F testrun/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
$SLAPD -f $CONF1 -F testrun/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
PID=$!
if test $WAIT != 0 ; then
echo PID $PID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment