summaryrefslogtreecommitdiffstats
path: root/debian/patches/test_verbose
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/test_verbose')
-rw-r--r--debian/patches/test_verbose13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/test_verbose b/debian/patches/test_verbose
new file mode 100644
index 0000000..b66201d
--- /dev/null
+++ b/debian/patches/test_verbose
@@ -0,0 +1,13 @@
+Index: apr-util/test/Makefile.in
+===================================================================
+--- apr-util.orig/test/Makefile.in 2012-08-13 20:45:30.000000000 +0200
++++ apr-util/test/Makefile.in 2013-11-01 19:35:02.439372134 +0100
+@@ -74,7 +74,7 @@
+ done; \
+ else \
+ @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
+- ./$$prog; \
++ ./$$prog -v ; \
+ status=$$?; \
+ if test $$status != 0; then \
+ teststatus=$$status; \