summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-23 17:32:46 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-24 09:25:44 +1000
commit0bc3e159316b437a2ba2253c7b7893a1f3049a0e (patch)
tree75084b453406acb4b464be865d9cb1d30b5b83df /selftest/selftest.pl
parentb00dc8399290988dbc8fd3d04fb9654d026d8dd8 (diff)
downloadsamba-0bc3e159316b437a2ba2253c7b7893a1f3049a0e.tar.gz
samba-0bc3e159316b437a2ba2253c7b7893a1f3049a0e.tar.bz2
samba-0bc3e159316b437a2ba2253c7b7893a1f3049a0e.zip
selftest Don't run 'speed' tests for very long
'make test' is too long, and the main thing we need with these tests is to ensure they don't segfault - there is no need to benchmark every box in the build farm, and we have no 'fail' metric in any case. Andrew Bartlett
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 37360b9413..254c347b80 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -593,6 +593,8 @@ sub write_clientconf($$$)
modules dir = $ENV{LD_SAMBA_MODULE_PATH}
setup directory = ./setup
resolv:host file = $prefix_abs/dns_host_file
+#We don't want to run 'speed' tests for very long
+ torture:timelimit = 1
";
close(CF);
}