Merge lp:~jamesodhunt/ubuntu/utopic/isodate/dep8-tests-redirect-stderr into lp:ubuntu/utopic/isodate

Proposed by James Hunt
Status: Merged
Approved by: Colin Watson
Approved revision: 5
Merged at revision: 6
Proposed branch: lp:~jamesodhunt/ubuntu/utopic/isodate/dep8-tests-redirect-stderr
Merge into: lp:ubuntu/utopic/isodate
Diff against target: 24 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/tests/run-tests (+1/-1)
To merge this branch: bzr merge lp:~jamesodhunt/ubuntu/utopic/isodate/dep8-tests-redirect-stderr
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+233922@code.launchpad.net

Description of the change

(Follow-on from lp:~jamesodhunt/ubuntu/utopic/isodate/add-dep8-tests).

* debian/tests/run-tests: Redirect stderr to stdout to avoid adt
  infrastructure marking tests as failed.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-09-09 11:46:58 +0000
3+++ debian/changelog 2014-09-09 13:18:47 +0000
4@@ -1,3 +1,10 @@
5+isodate (0.4.6-1ubuntu2) UNRELEASED; urgency=medium
6+
7+ * debian/tests/run-tests: Redirect stderr to stdout to avoid adt
8+ infrastructure marking tests as failed.
9+
10+ -- James Hunt <james.hunt@ubuntu.com> Tue, 09 Sep 2014 14:16:13 +0100
11+
12 isodate (0.4.6-1ubuntu1) utopic; urgency=medium
13
14 * debian/control:
15
16=== modified file 'debian/tests/run-tests'
17--- debian/tests/run-tests 2014-09-09 10:45:38 +0000
18+++ debian/tests/run-tests 2014-09-09 13:18:47 +0000
19@@ -2,4 +2,4 @@
20
21 set -e
22
23-python setup.py test && python3 setup.py test
24+(python setup.py test && python3 setup.py test) 2>&1

Subscribers

People subscribed via source and target branches

to all changes: