summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-19 11:59:28 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-19 16:13:42 +1000
commit5439553c96bd906e19be7060552cb59bdaec3eb1 (patch)
tree0816d7c75c24b2d5cf3b8994aed975f1b2f6885a /source3/selftest
parentcfb4eb9d8050a52a22679c3261bd3ff8cc7ab1fc (diff)
downloadsamba-5439553c96bd906e19be7060552cb59bdaec3eb1.tar.gz
samba-5439553c96bd906e19be7060552cb59bdaec3eb1.tar.bz2
samba-5439553c96bd906e19be7060552cb59bdaec3eb1.zip
selftest: Don't specify SELFTEST_TARGET as an env variable
It is much more reliable to specify it as a direct parameter, and this is needed for the combined 'make test'. Andrew Bartlett
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 5e5b1b0d28..f05e00537d 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -29,7 +29,7 @@ configuration = "--configfile=$SMB_CONF_PATH"
scriptdir=os.path.join(samba3srcdir, "../script/tests")
torture_options = [configuration, "--maximum-runtime=$SELFTEST_MAXTIME",
- "--target=$SELFTEST_TARGET", "--basedir=$SELFTEST_TMPDIR",
+ "--target=samba3", "--basedir=$SELFTEST_TMPDIR",
'--option="torture:winbindd_netbios_name=$SERVER"',
'--option="torture:winbindd_netbios_domain=$DOMAIN"',
'--option=torture:sharedelay=100000']