summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_echo.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-11 00:43:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:14 -0500
commitc4f16ffcf93effcea2dd19565aaa774e9436ccd5 (patch)
tree88dbff9bbc43f6cda56568f6f9eb2bfea1ce9361 /source4/script/tests/test_echo.sh
parent2c6a880321fb9af670c332e8b78c5a33cc08ba99 (diff)
downloadsamba-c4f16ffcf93effcea2dd19565aaa774e9436ccd5.tar.gz
samba-c4f16ffcf93effcea2dd19565aaa774e9436ccd5.tar.bz2
samba-c4f16ffcf93effcea2dd19565aaa774e9436ccd5.zip
r18349: don't do validation when using valgrind. It's way too slow (can be
hours for a single test) (This used to be commit febaf6af4cafed7bc57276186a35099959b2ce62)
Diffstat (limited to 'source4/script/tests/test_echo.sh')
-rwxr-xr-xsource4/script/tests/test_echo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh
index b02ea03037..88a17ee68c 100755
--- a/source4/script/tests/test_echo.sh
+++ b/source4/script/tests/test_echo.sh
@@ -26,7 +26,7 @@ fi
failed=0
for transport in $transports; do
- for bindoptions in connect spnego spnego,sign spnego,seal validate padcheck bigendian bigendian,seal; do
+ for bindoptions in connect spnego spnego,sign spnego,seal $VALIDATE padcheck bigendian bigendian,seal; do
for ntlmoptions in \
"--option=socket:testnonblock=True --option=torture:quick=yes"; do
name="RPC-ECHO on $transport with $bindoptions and $ntlmoptions"