summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorThomas Nagy <tnagy@waf.io>2017-04-13 18:48:20 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:21 +0200
commit48cf9ccd2b086f902286668738d07455044f466b (patch)
tree813bef237fcc580e0d638c8e4eb8dc28671076ef /selftest/tests.py
parent59673353877569a163a95ccf9cf6730c0099e772 (diff)
downloadsamba-48cf9ccd2b086f902286668738d07455044f466b.tar.gz
selftest/tests.py: Update path to waflib
Signed-off-by: Thomas Nagy <tnagy@waf.io> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index a883a390bf4..6f26a7cd74b 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", "wafadmin")])
+ os.path.join(samba4srcdir, "..", "third_party", "waf", "waflib")])
plantestsuite(
"samba4.blackbox.demote-saveddb", "none",
["PYTHON=%s" % python, os.path.join(bbdir, "demote-saveddb.sh"),