[SCM] kactivities-stats packaging branch, master, updated. 30195888e2d8e72c6515bd3c378aed0ebafd20e1

Maximiliano Curia maxy at moszumanska.debian.org
Mon Apr 4 12:40:08 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kactivities-stats.git;a=commitdiff;h=6e23915

The following commit has been merged in the master branch:
commit 6e2391565b0c87089411379939d6b0208a6e280f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Apr 4 14:31:29 2016 +0200

    Keep the artifacts when running the acc autopkgtest
---
 debian/tests/acc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/tests/acc b/debian/tests/acc
index f8dc629..28b8d41 100755
--- a/debian/tests/acc
+++ b/debian/tests/acc
@@ -8,4 +8,11 @@ for in_file in debian/*.acc.in; do
         "${in_file}" > "${out_file}"
 done
 
+DH_VERBOSE=1
+
 dh_acc
+ret=$?
+if [ 0 -ne $ret ]; then
+    cp -r logs "${ADT_ARTIFACTS}"/acc.logs
+fi
+exit $ret

-- 
kactivities-stats packaging



More information about the pkg-kde-commits mailing list