summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-03-25 11:13:40 +0000
committerJeremy Allison <jra@samba.org>2015-03-26 22:47:22 +0100
commit90ec37cf90035576bcab4d7b36214c9c19a52d24 (patch)
treea05aa9b735ca6c2005dfd1812df33bd416b1d455 /selftest/tests.py
parent32cbbed979b931eeb5127629248a94d7e6f3fcfb (diff)
downloadsamba-90ec37cf90035576bcab4d7b36214c9c19a52d24.tar.gz
Move waf into third_party/.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@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 cceb6e4f471..1185142afc5 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -65,7 +65,7 @@ planpythontestsuite("none", "samba.tests.samba3sam")
planpythontestsuite(
"none", "wafsamba.tests.test_suite",
extra_path=[os.path.join(samba4srcdir, "..", "buildtools"),
- os.path.join(samba4srcdir, "..", "buildtools", "wafadmin")])
+ os.path.join(samba4srcdir, "..", "third_party", "waf", "wafadmin")])
plantestsuite(
"samba4.blackbox.dbcheck.alpha13", "none",
["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck-oldrelease.sh"),