ITS#3621 slaptest should start databases when dryrun is not specified

This commit is contained in:
Howard Chu 2005-06-09 19:27:35 +00:00
parent 782d767c33
commit 2c8b0f7a49

View file

@ -580,7 +580,7 @@ startup:;
mal_leaktrace(1);
#endif
if ( !dryrun && be && slap_startup( be ) ) {
if ( !dryrun && slap_startup( be ) ) {
switch ( tool ) {
case SLAPTEST:
fprintf( stderr, "slap_startup failed "