From 0bc3e159316b437a2ba2253c7b7893a1f3049a0e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 23 Sep 2010 17:32:46 +1000 Subject: [PATCH] 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 --- selftest/selftest.pl | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.34.1