[Pkg-gnutls-commits] r1924 - /packages/gnutls28/branches/experimental/debian/rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sun Nov 10 12:54:50 UTC 2013
Author: ametzler
Date: Sun Nov 10 12:54:49 2013
New Revision: 1924
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1924
Log:
re-enable paralell testsuite, correct echoing of logfile.
Modified:
packages/gnutls28/branches/experimental/debian/rules
Modified: packages/gnutls28/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/rules?rev=1924&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/rules (original)
+++ packages/gnutls28/branches/experimental/debian/rules Sun Nov 10 12:54:49 2013
@@ -102,12 +102,12 @@
dh_strip --dbg-package=libgnutls28-dbg
override_dh_auto_test:
- dh_auto_test || touch dh_auto_test.fail
+ dh_auto_test -O--parallel || touch dh_auto_test.fail
@if test -e dh_auto_test.fail ; then \
find -name test-suite.log | \
while read i ; do \
- echo "----dh_auto_test.fail" ; echo $i ; echo ---- ; \
- cat $i ; echo ; done ; rm -f dh_auto_test.fail; false; fi
+ echo "----dh_auto_test.fail" ; echo $$i ; echo ---- ; \
+ cat $$i ; echo ; done ; rm -f dh_auto_test.fail; false; fi
%:
dh $@ --parallel --with autotools_dev
More information about the Pkg-gnutls-commits
mailing list