From a9a13949d8088891fb6b019489f8b160a040bfae Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 20 Feb 2007 14:57:25 +0000 Subject: r21466: run the LDAP-UPTODATEVECTOR test in make test metze (This used to be commit 74ded55787d6dee55e87bd55a4f152fa2e8dbeab) --- source4/script/tests/test_ldap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index 6c1db1202d..3a781c1c61 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -32,6 +32,8 @@ 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 + # 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 test "$TORTURE_QUICK" = "yes" || { -- cgit