From b8f43e1eb1f626690df61e75ce1a06a94d19cf64 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 3 Mar 2007 15:34:53 +0000 Subject: [PATCH] r21677: Run some of the other ldap tests, too --- source/script/tests/test_ldap.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/script/tests/test_ldap.sh b/source/script/tests/test_ldap.sh index 3a781c1c61c..a6df4362ad2 100755 --- a/source/script/tests/test_ldap.sh +++ b/source/script/tests/test_ldap.sh @@ -30,9 +30,10 @@ for p in $PROTOCOLS; do done done -testit "CLDAP" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ LDAP-CLDAP - -testit "LDAP-UPTODATENESS" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ LDAP-UPTODATENESS +for t in CLDAP LDAP-BASIC LDAP-SCHEMA LDAP-UPTODATENESS +do + testit "$t" bin/smbtorture $TORTURE_OPTIONS "-U$USERNAME%$PASSWORD" //$SERVER/_none_ $t +done # only do the ldb tests when not in quick mode - they are quite slow, and ldb # is now pretty well tested by the rest of the quick tests anyway