From: Alexander Bokovoy Date: Tue, 3 Jul 2018 11:57:48 +0000 (+0300) Subject: selftest/tests.py: update to support waf 2.0 X-Git-Tag: tdb-1.3.17~1784 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdd89fefb523ebbb78247c84289a4894c34b7213;p=thirdparty%2Fsamba.git selftest/tests.py: update to support waf 2.0 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/selftest/tests.py b/selftest/tests.py index 6f26a7cd74b..207335a4937 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -84,7 +84,7 @@ planpythontestsuite("none", "samba.tests.samba3sam") planpythontestsuite( "none", "wafsamba.tests.test_suite", extra_path=[os.path.join(samba4srcdir, "..", "buildtools"), - os.path.join(samba4srcdir, "..", "third_party", "waf", "waflib")]) + os.path.join(samba4srcdir, "..", "third_party", "waf")]) plantestsuite( "samba4.blackbox.demote-saveddb", "none", ["PYTHON=%s" % python, os.path.join(bbdir, "demote-saveddb.sh"),