[neon/qt/qbs/Neon/testing] debian: Run the remaining tests with QBS_AUTOTEST_ALWAYS_LOG_STD{OUT,ERR}=1.

Dmitry Shachnev null at kde.org
Thu May 20 10:00:34 BST 2021


Git commit 602357f20a85ae8d44f92b0975afa96eef319117 by Dmitry Shachnev.
Committed on 24/01/2021 at 11:17.
Pushed by sitter into branch 'Neon/testing'.

Run the remaining tests with QBS_AUTOTEST_ALWAYS_LOG_STD{OUT,ERR}=1.

M  +1    -0    debian/changelog
M  +2    -0    debian/rules

https://invent.kde.org/neon/qt/qbs/commit/602357f20a85ae8d44f92b0975afa96eef319117

diff --git a/debian/changelog b/debian/changelog
index 93df161..a9d1dd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qbs (1.18.0-4) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Skip TestBlackboxJobLimits::jobLimits test that sometimes hangs on
     mipsel/mips64el (closes: #980872).
+  * Run the remaining tests with QBS_AUTOTEST_ALWAYS_LOG_STD{OUT,ERR}=1.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 23 Jan 2021 21:32:39 +0300
 
diff --git a/debian/rules b/debian/rules
index 6adefcb..42d2b1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,8 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 		export LD_LIBRARY_PATH=$(CURDIR)/lib/${DEB_HOST_MULTIARCH}:$$LD_LIBRARY_PATH; \
 		export HOME=$(CURDIR)/debian/.debhelper/generated/_source/home; \
 		export QBS_AUTOTEST_PROFILE=qbs_autotests; \
+		export QBS_AUTOTEST_ALWAYS_LOG_STDOUT=1; \
+		export QBS_AUTOTEST_ALWAYS_LOG_STDERR=1; \
 		$(CURDIR)/bin/qbs-setup-toolchains /usr/bin/gcc gcc; \
 		$(CURDIR)/bin/qbs-setup-qt /usr/bin/qmake qbs_autotests; \
 		[ -n "`$(CURDIR)/bin/qbs-config --list profiles.qbs_autotests.baseProfile`" ] || \



More information about the Neon-commits mailing list