diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/selftest/tests.py | 6 |
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"', |