summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_session_key.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_session_key.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_session_key.sh')
-rwxr-xr-xsource4/script/tests/test_session_key.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_session_key.sh b/source4/script/tests/test_session_key.sh
index 54dde9e343..fbb8843e16 100755
--- a/source4/script/tests/test_session_key.sh
+++ b/source4/script/tests/test_session_key.sh
@@ -19,7 +19,7 @@ incdir=`dirname $0`
failed=0
transport="ncacn_np"
-for bindoptions in validate seal; do
+for bindoptions in $VALIDATE seal; do
for keyexchange in "yes" "no"; do
for ntlm2 in "yes" "no"; do
for lm_key in "yes" "no"; do