Merge lp:~system-settings-touch/ubuntu-system-settings/run-tests into lp:ubuntu-system-settings

Proposed by Michael Terry
Status: Rejected
Rejected by: Iain Lane
Proposed branch: lp:~system-settings-touch/ubuntu-system-settings/run-tests
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+3/-0)
1 file modified
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~system-settings-touch/ubuntu-system-settings/run-tests
Reviewer Review Type Date Requested Status
Iain Lane Needs Resubmitting
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+215265@code.launchpad.net

Commit message

Run tests during build.

Description of the change

Run tests during build.

Note that this currently creates a FTBFS. The tst-update and tst-update-manager tests both fail ever since r667. But since that was a complicated merge, I figured I'd leave it alone for the experts to sort through.

So I've pushed this branch to a shared location so others can add to it.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Iain Lane (laney) wrote :

Ta, I'm going to base a possible fixes branch on this so no need to continue with this one.

review: Needs Resubmitting

Unmerged revisions

1667. By Michael Terry

Squeeze a couple odd gradient fixes in too

1666. By Michael Terry

Handle system backgrounds better

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 2014-03-10 12:34:30 +0000
3+++ debian/rules 2014-04-10 17:48:53 +0000
4@@ -23,4 +23,7 @@
5 dh $@ --fail-missing --with python2,migrations
6
7 override_dh_auto_test:
8+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
9+ dh_auto_test
10 python tests/test_code.py
11+endif

Subscribers

People subscribed via source and target branches