[Pkg-openssl-changes] r99 - openssl/trunk/debian

Kurt Roeckx kroeckx at costa.debian.org
Sun Nov 13 15:33:26 UTC 2005


Author: kroeckx
Date: 2005-11-13 15:33:19 +0000 (Sun, 13 Nov 2005)
New Revision: 99

Modified:
   openssl/trunk/debian/rules
Log:
Don't use -make test in shell scripts, use || /bin/true.


Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2005-11-13 15:22:45 UTC (rev 98)
+++ openssl/trunk/debian/rules	2005-11-13 15:33:19 UTC (rev 99)
@@ -43,7 +43,7 @@
 		set -xe; \
 		./Configure shared $(CONFARGS) debian-$(DEB_HOST_ARCH)-$$opt; \
 		make -f Makefile DIRS="crypto ssl" all; \
-		-make test; \
+		make test || /bin/true; \
 		mkdir -p $$opt; \
 		mv libcrypto.so* libssl.so* $$opt/; \
 		make -f Makefile DIRS="crypto ssl" clean; \




More information about the Pkg-openssl-changes mailing list