This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
lynxis lazus gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4212
debian/rules: show testsuite.log files when tests are failing
Change-Id: I11aca905350b2e3464fb526ec4d3ae6ffcf55114
---
M debian/rules
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/12/4212/1
diff --git a/debian/rules b/debian/rules
index d089345..ae85e13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@
#override_dh_install:
# dh_install --list-missing -X.la -X.pyc -X.pyo
+override_dh_auto_test:
+ dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
+
override_dh_autoreconf:
echo $(VERSION) > .tarball-version
dh_autoreconf
--
To view, visit https://gerrit.osmocom.org/4212
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I11aca905350b2e3464fb526ec4d3ae6ffcf55114
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>