summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-02 14:21:52 -0700
committerAndrew Tridgell <tridge@samba.org>2010-10-02 21:11:52 -0700
commit29e1a847ddb28aee8ae04578b74cb8ab97427b96 (patch)
tree374f4efab999ef8e6f054e65d4cbf3a20aafaf4e /source4/selftest
parent3bb59255bb5d0275242cc7c81b3935612b729354 (diff)
downloadsamba-29e1a847ddb28aee8ae04578b74cb8ab97427b96.tar.gz
samba-29e1a847ddb28aee8ae04578b74cb8ab97427b96.tar.bz2
samba-29e1a847ddb28aee8ae04578b74cb8ab97427b96.zip
s4-selftest: silence warnings about bind chown
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/wscript b/source4/selftest/wscript
index 0d662c6456..4606c6681a 100644
--- a/source4/selftest/wscript
+++ b/source4/selftest/wscript
@@ -78,6 +78,8 @@ def cmd_testonly(opt):
print("ERROR: You must use --enable-selftest to enable selftest")
sys.exit(1)
+ os.environ['SAMBA_SELFTEST'] = '1'
+
env.TESTS = Options.options.TESTS
env.SUBUNIT_FORMATTER = '${PYTHON} -u ../selftest/format-subunit --prefix=${SELFTEST_PREFIX} --immediate'