do not run tests under valgrind

This prevents random issues in the built machine from affecting this
build.
This commit is contained in:
Nikos Mavrogiannopoulos 2015-03-30 09:07:30 +02:00
parent 9c07a35162
commit a2b950e7cc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ data.
%patch1 -p1 -b .rpath
%build
%configure --disable-static --disable-silent-rules
%configure --disable-static --disable-silent-rules --disable-valgrind-tests
# libtasn1 likes to regenerate docs
touch doc/stamp_docs