From c23b2bdea1549af661dc483c1fb4a7ce0d8f2982 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 2 Mar 2012 13:37:49 +1100 Subject: selftest: remove unused config.h check Autobuild-User: Andrew Bartlett Autobuild-Date: Mon Mar 5 01:10:01 CET 2012 on sn-devel-104 --- source3/selftest/tests.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3') 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"', -- cgit