From: Matthieu Patou Date: Mon, 8 Nov 2010 23:22:49 +0000 (+0300) Subject: Force to have a ldb backend for make test X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=4bb4b4c8e6c2201d5c53916ce4123eae539dbb97;p=build-farm.git Force to have a ldb backend for make test --- diff --git a/buildsamba02.fns b/buildsamba02.fns index 3cef2ad7..365331ce 100644 --- a/buildsamba02.fns +++ b/buildsamba02.fns @@ -5,12 +5,12 @@ global_lock #. install_python.fns action_test() { - echo "PWD: "`pwd` - ls -lrta ../../ set env case $tree in samba_4*) + unset TEST_LDAP + unset TEST_OPTIONS ../buildtools/bin/waf test ;; *)