summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-02 13:37:49 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-03-05 01:10:01 +0100
commitc23b2bdea1549af661dc483c1fb4a7ce0d8f2982 (patch)
treed7c7741fed2fbb729ce6d37a9f21f8d4e66e91ad /source3/selftest
parent2c7d77c77f3709fc340a30cb48a6c289fe8d42dd (diff)
downloadsamba-c23b2bdea1549af661dc483c1fb4a7ce0d8f2982.tar.gz
samba-c23b2bdea1549af661dc483c1fb4a7ce0d8f2982.tar.bz2
samba-c23b2bdea1549af661dc483c1fb4a7ce0d8f2982.zip
selftest: remove unused config.h check
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Mar 5 01:10:01 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 778c1adf30..d14f18b477 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -27,12 +27,6 @@ samba3srcdir = srcdir() + "/source3"
configuration = "--configfile=$SMB_CONF_PATH"
scriptdir=os.path.join(samba3srcdir, "../script/tests")
-# see if we support ADS on the Samba3 side
-try:
- config_h = os.environ["CONFIG_H"]
-except KeyError:
- config_h = os.path.join(samba3srcdir, "include/autoconf/config.h")
-
torture_options = [configuration, "--maximum-runtime=$SELFTEST_MAXTIME",
"--target=samba3", "--basedir=$SELFTEST_TMPDIR",
'--option="torture:winbindd_netbios_name=$SERVER"',