From de160af1c7ef549884e41542c4e5f7ac0dbab267 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 12 Jun 2005 06:47:27 +0000 Subject: r7502: the sleep test in echo is already run on the main rpc test, so no need to run it with every combination in this test. It takes nearly all of the time. (This used to be commit 42754de142632ad2c02f821ce435752baf71027b) --- source4/script/tests/test_echo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/script/tests') diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh index 5b033b1a76..64c8894292 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -25,12 +25,12 @@ failed=0 for transport in $transports; do for bindoptions in connect sign seal sign,seal validate padcheck bigendian bigendian,seal; do for ntlmoptions in \ - "--option=socket:testnonblock=True" \ - "--option=ntlmssp_client:ntlm2=yes" \ + "--option=socket:testnonblock=True --option=torture:echo_TestSleep=no" \ + "--option=ntlmssp_client:ntlm2=yes --option=torture:echo_TestSleep=no" \ "--option=ntlmssp_client:ntlm2=no --option=torture:echo_TestSleep=no" \ "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:128bit=no" \ - "--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:128bit=no --option=torture:echo_TestSleep=no" \ - "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:keyexchange=no" \ + "--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:128bit=no --option=torture:echo_TestSleep=no" \ + "--option=ntlmssp_client:ntlm2=yes --option=ntlmssp_client:keyexchange=no --option=torture:echo_TestSleep=no" \ "--option=ntlmssp_client:ntlm2=no --option=ntlmssp_client:keyexchange=no --option=torture:echo_TestSleep=no" \ ; do name="$transport with $bindoptions and $ntlmoptions" -- cgit