diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-02-20 14:57:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:40 -0500 |
commit | a9a13949d8088891fb6b019489f8b160a040bfae (patch) | |
tree | f4bc5e61adc062b7a30b76068dc240025467bbea /source4/script/tests/test_ldap.sh | |
parent | e0b1a83dd6c177d7e61c899a2ce4dad11ded9c49 (diff) | |
download | samba-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/tests/test_ldap.sh')
-rwxr-xr-x | source4/script/tests/test_ldap.sh | 2 |
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" || { |