diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-19 11:59:28 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-19 16:13:42 +1000 |
commit | 5439553c96bd906e19be7060552cb59bdaec3eb1 (patch) | |
tree | 0816d7c75c24b2d5cf3b8994aed975f1b2f6885a /selftest | |
parent | cfb4eb9d8050a52a22679c3261bd3ff8cc7ab1fc (diff) | |
download | samba-5439553c96bd906e19be7060552cb59bdaec3eb1.tar.gz |
selftest: Don't specify SELFTEST_TARGET as an env variable
It is much more reliable to specify it as a direct parameter, and this
is needed for the combined 'make test'.
Andrew Bartlett
Diffstat (limited to 'selftest')
-rwxr-xr-x | selftest/selftest.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 38d2ab75769..1c8436bb04d 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -706,7 +706,6 @@ if ($opt_quick) { } else { $ENV{SELFTEST_QUICK} = ""; } -$ENV{SELFTEST_TARGET} = $opt_target; $ENV{SELFTEST_MAXTIME} = $torture_maxtime; my @available = (); |