projects
/
fwknop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
84b9c77
)
excluded HMAC random verification from --enable-valgrind mode (too slow for 100 clien...
author
Michael Rash
<mbr@cipherdyne.org>
Fri, 3 Aug 2012 01:56:45 +0000 (21:56 -0400)
committer
Michael Rash
<mbr@cipherdyne.org>
Fri, 3 Aug 2012 01:56:45 +0000 (21:56 -0400)
test/test-fwknop.pl
patch
|
blob
|
history
diff --git
a/test/test-fwknop.pl
b/test/test-fwknop.pl
index
4ecfb67
..
d0f5b20
100755
(executable)
--- a/
test/test-fwknop.pl
+++ b/
test/test-fwknop.pl
@@
-876,7
+876,7
@@
my @tests = (
'err_msg' => 'keys not generated',
'function' => \&key_gen_uniqueness,
'cmdline' => "LD_LIBRARY_PATH=$lib_dir " .
- "$valgrind_str $fwknopCmd --key-gen",
+ "$fwknopCmd --key-gen", ### no valgrind string (too slow for 100 client exec's)
'fatal' => $NO
},
{