summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-07-03 14:57:48 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:27 +0200
commitfdd89fefb523ebbb78247c84289a4894c34b7213 (patch)
tree5a9bec81107e8c728aec6b4e28e57d15b0c3fc08 /selftest
parent72a9e6d115603ecb9de3ebaf9a56ff2fa0b41b9e (diff)
downloadsamba-fdd89fefb523ebbb78247c84289a4894c34b7213.tar.gz
selftest/tests.py: update to support waf 2.0
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
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"),