summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-02-20 14:57:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:40 -0500
commita9a13949d8088891fb6b019489f8b160a040bfae (patch)
treef4bc5e61adc062b7a30b76068dc240025467bbea /source4/script
parente0b1a83dd6c177d7e61c899a2ce4dad11ded9c49 (diff)
downloadsamba-a9a13949d8088891fb6b019489f8b160a040bfae.tar.gz
samba-a9a13949d8088891fb6b019489f8b160a040bfae.tar.bz2
samba-a9a13949d8088891fb6b019489f8b160a040bfae.zip
r21466: run the LDAP-UPTODATEVECTOR test in make test
metze (This used to be commit 74ded55787d6dee55e87bd55a4f152fa2e8dbeab)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_ldap.sh2
1 files changed, 2 insertions, 0 deletions
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" || {