From: Andrew Bartlett Date: Fri, 2 Mar 2012 02:37:49 +0000 (+1100) Subject: selftest: remove unused config.h check X-Git-Tag: tdb-1.2.10~378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c23b2bdea1549af661dc483c1fb4a7ce0d8f2982;p=thirdparty%2Fsamba.git selftest: remove unused config.h check Autobuild-User: Andrew Bartlett Autobuild-Date: Mon Mar 5 01:10:01 CET 2012 on sn-devel-104 --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 778c1adf309..d14f18b4773 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"',