Skip to content

Commit

Permalink
selftest/tests.py: update to support waf 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bokovoy <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
abbra authored and abartlet committed Sep 5, 2018
1 parent 72a9e6d commit fdd89fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selftest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
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"),
Expand Down

0 comments on commit fdd89fe

Please sign in to comment.