ITS#8414 - Remove use of "time", as it is non portable

This commit is contained in:
Quanah Gibson-Mount 2016-04-29 18:30:30 -07:00
parent 3efde72cbe
commit 3fe9678baa

View File

@ -59,8 +59,7 @@ done
$MONITORDATA "$MONITORDB" "$DATADIR" "$TESTDIR"
echo "Using tester for concurrent server access..."
time $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS
#$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS
RC=$?
if test $RC != 0 ; then