summaryrefslogtreecommitdiffstats
path: root/debian/patches/test_verbose
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:12:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:12:14 +0000
commitdf7f63aab569bad8c93469f5284356de55850b8f (patch)
tree6de37370bf2d3fda32c42472360e7fc01aa1f879 /debian/patches/test_verbose
parentAdding upstream version 1.6.3. (diff)
downloadapr-util-df7f63aab569bad8c93469f5284356de55850b8f.tar.xz
apr-util-df7f63aab569bad8c93469f5284356de55850b8f.zip
Adding debian version 1.6.3-1.debian/1.6.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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; \