[Pkg-openssl-changes] r802 - openssl/branches/1.1.0/debian

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Sun Jun 5 20:57:13 UTC 2016


Author: bigeasy
Date: 2016-06-05 20:57:13 +0000 (Sun, 05 Jun 2016)
New Revision: 802

Modified:
   openssl/branches/1.1.0/debian/changelog
   openssl/branches/1.1.0/debian/rules
Log:
Run the testsuite with verbose output

So we see in the buildlog if something goes wrong. Also having the seed
and other values in the log might help if the testsuite failure does happen
only "sometimes".



Modified: openssl/branches/1.1.0/debian/changelog
===================================================================
--- openssl/branches/1.1.0/debian/changelog	2016-05-28 22:10:59 UTC (rev 801)
+++ openssl/branches/1.1.0/debian/changelog	2016-06-05 20:57:13 UTC (rev 802)
@@ -1,3 +1,9 @@
+openssl (1.1.0~pre5-2) UNRELEASED; urgency=medium
+
+  * Run the testsuite with verbose output.
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Sun, 05 Jun 2016 22:49:30 +0200
+
 openssl (1.1.0~pre5-1) experimental; urgency=medium
 
   * New upstream version with soname change.  Upload to experimental.

Modified: openssl/branches/1.1.0/debian/rules
===================================================================
--- openssl/branches/1.1.0/debian/rules	2016-05-28 22:10:59 UTC (rev 801)
+++ openssl/branches/1.1.0/debian/rules	2016-06-05 20:57:13 UTC (rev 802)
@@ -36,7 +36,7 @@
 	CONFARGS += enable-ec_nistp_64_gcc_128
 endif
 
-MAKE_TEST = make test
+MAKE_TEST = $(MAKE) test HARNESS_VERBOSE=yes
 ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	MAKE_TEST = :
 endif




More information about the Pkg-openssl-changes mailing list