From a4a9772e2ce2b59f4acda997c0e9209bd1526c05 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 3 Mar 2007 15:34:53 +0000 Subject: r21677: Run some of the other ldap tests, too (This used to be commit b8f43e1eb1f626690df61e75ce1a06a94d19cf64) --- source4/script/tests/test_ldap.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index 3a781c1c61..a6df4362ad 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/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 -- cgit