[packages/yubico-piv-tool] - disable valgrind in tests; release 2

qboosh qboosh at pld-linux.org
Sat May 26 10:09:36 CEST 2018


commit 245af37c3def13a1950b6bc1f9977d93ba1c5a4e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 26 10:10:33 2018 +0200

    - disable valgrind in tests; release 2

 yubico-piv-tool.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec
index 78b8a67..54ca367 100644
--- a/yubico-piv-tool.spec
+++ b/yubico-piv-tool.spec
@@ -7,7 +7,7 @@ Summary:	Tool for interacting with the PIV applet on a YubiKey NEO
 Summary(pl.UTF-8):	Narzędzie do komunikacji z apletem PIV na YubiKey NEO
 Name:		yubico-piv-tool
 Version:	1.5.0
-Release:	1
+Release:	2
 License:	BSD
 Group:		Applications
 Source0:	https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz
@@ -97,7 +97,11 @@ pakiet zawiera biblioteki statyczne.
 
 %{__make}
 
-%{?with_tests:%{__make} check}
+%if %{with tests}
+# disable valgrind, it catches some issues in bash
+%{__make} check \
+	LOG_COMPILER=
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yubico-piv-tool.git/commitdiff/245af37c3def13a1950b6bc1f9977d93ba1c5a4e



More information about the pld-cvs-commit mailing list