r25581: move variable to the place it belongs to.
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Oct 2007 15:22:26 +0000 (15:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:59 +0000 (15:07 -0500)
metze

source/selftest/selftest.pl

index a3671b4c89039d83bcedf79800da96bee8b62e01..3ab87f8dcc66a5c6365f559e8e185b9840b254ff 100755 (executable)
@@ -385,12 +385,12 @@ $ENV{PREFIX_ABS} = $prefix_abs;
 $ENV{SRCDIR} = $srcdir;
 $ENV{SRCDIR_ABS} = $srcdir_abs;
 
-my $tls_enabled = not $opt_quick;
 if (defined($ENV{RUN_FROM_BUILD_FARM}) and 
        ($ENV{RUN_FROM_BUILD_FARM} eq "yes")) {
        $opt_format = "buildfarm";
 }
 
+my $tls_enabled = not $opt_quick;
 $ENV{TLS_ENABLED} = ($tls_enabled?"yes":"no");
 $ENV{LD_LDB_MODULE_PATH} = "$old_pwd/bin/modules/ldb";
 $ENV{LD_SAMBA_MODULE_PATH} = "$old_pwd/bin/modules";