summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-22 00:47:48 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:00 -0600
commitaf7e3dadf9b26cbd817ae5638d37796482694282 (patch)
tree53e6fbdff7f495c4ab3235c0c34bf21870e46ba7 /source4/selftest/selftest.pl
parent6915cad1274a8495439b41d5046daeef24d2c36b (diff)
downloadsamba-af7e3dadf9b26cbd817ae5638d37796482694282.tar.gz
samba-af7e3dadf9b26cbd817ae5638d37796482694282.tar.bz2
samba-af7e3dadf9b26cbd817ae5638d37796482694282.zip
r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index 7401205041..96409558b1 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -539,7 +539,6 @@ sub write_clientconf($$)
close(CF);
}
-
my @torture_options = ();
push (@torture_options, "--configfile=$conffile");
# ensure any one smbtorture call doesn't run too long
@@ -769,7 +768,7 @@ TORTURE_OPTIONS=\$TORTURE_OPTIONS
CONFIGURATION=\$CONFIGURATION
$envvarstr
-\" && bash'");
+\" && LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH} bash'");
teardown_env($testenv_name);
} else {
foreach (@todo) {