From fdd89fefb523ebbb78247c84289a4894c34b7213 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 3 Jul 2018 14:57:48 +0300 Subject: [PATCH] selftest/tests.py: update to support waf 2.0 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.47.2