summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-02 16:17:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:33 -0500
commit033c2c07a3a080922a35cc674163b1768d0ff227 (patch)
treeb9e73aaba0773a6173905fcbeb9ffc01eea5ff24 /source4/selftest/selftest.pl
parentdcb925bba737ab0ee7b5f45032eeba88b9305c6f (diff)
downloadsamba-033c2c07a3a080922a35cc674163b1768d0ff227.tar.gz
samba-033c2c07a3a080922a35cc674163b1768d0ff227.tar.bz2
samba-033c2c07a3a080922a35cc674163b1768d0ff227.zip
r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.
(This used to be commit 527ea7fccf4ace9cd9cbacf49820ecd208b8d570)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index 03247a4f81..9f16db0114 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -528,7 +528,7 @@ push (@torture_options, "--configfile=$conffile");
# ensure any one smbtorture call doesn't run too long
push (@torture_options, "--maximum-runtime=$torture_maxtime");
push (@torture_options, "--target=$opt_target");
-push (@torture_options, "--basedir=$prefix");
+push (@torture_options, "--basedir=$prefix_abs");
push (@torture_options, "--option=torture:progress=no") if ($opt_format eq "buildfarm");
push (@torture_options, "--format=subunit");
push (@torture_options, "--option=torture:quick=yes") if ($opt_quick);