From: Andrew Bartlett Date: Thu, 23 Sep 2010 07:32:46 +0000 (+1000) Subject: selftest Don't run 'speed' tests for very long X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0bc3e159316b437a2ba2253c7b7893a1f3049a0e;p=abartlet%2Fsamba.git%2F.git 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 --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 37360b94131..254c347b807 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); }