Mir

Merge lp:~mir-team/mir/mir-disable-tests-in-package-builds into lp:mir

Proposed by Alan Griffiths
Status: Work in progress
Proposed branch: lp:~mir-team/mir/mir-disable-tests-in-package-builds
Merge into: lp:mir
Diff against target: 16 lines (+1/-5)
1 file modified
debian/rules (+1/-5)
To merge this branch: bzr merge lp:~mir-team/mir/mir-disable-tests-in-package-builds
Reviewer Review Type Date Requested Status
Mir development team Pending
Review via email: mp+328317@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

2630. By Alexandros Frantzis

Disable testing during package builds

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2017-06-02 08:19:00 +0000
3+++ debian/rules 2017-07-31 16:05:35 +0000
4@@ -14,11 +14,7 @@
5 # Enable verbose debugging output from the testsuite
6 export MIR_SERVER_LOGGING = on
7 override_dh_auto_test:
8-ifeq ($(DEB_HOST_ARCH_ENDIAN),little)
9- GTEST_OUTPUT=xml:./ dh_auto_test --max-parallel=1 -- ARGS="-V"
10-else
11- echo "Testsuite disabled on $(DEB_HOST_ARCH) due to lack of big-endian support."
12-endif
13+
14
15 COMMON_CONFIGURE_OPTIONS = \
16 -DCMAKE_INSTALL_LIBEXECDIR="lib/$(DEB_HOST_MULTIARCH)/mir"\

Subscribers

People subscribed via source and target branches