diff --git a/debian/rules b/debian/rules index 03432e6a..3e2c91f1 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,7 @@ override_dh_autoreconf: override_dh_strip: dh_strip --dbg-package=libosmo-ranap-dbg dh_strip --dbg-package=osmo-hnbgw + +# Print test results in case of a failure +override_dh_auto_test: + dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)