]> git.sur5r.net Git - openldap/commitdiff
ITS#8414 - Remove use of "time", as it is non portable
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 30 Apr 2016 01:30:30 +0000 (18:30 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 30 Apr 2016 01:30:30 +0000 (18:30 -0700)
tests/scripts/test008-concurrency

index 1617dda7c5efc3afe139c859b0f7f68ad52257d4..518531cd9ae5ffa37a7ef9373b3cc8c8fc626985 100755 (executable)
@@ -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