Merge lp:~jibel/unattended-upgrades/adt-stderr into lp:~ubuntu-core-dev/unattended-upgrades/ubuntu

Proposed by Jean-Baptiste Lallement
Status: Needs review
Proposed branch: lp:~jibel/unattended-upgrades/adt-stderr
Merge into: lp:~ubuntu-core-dev/unattended-upgrades/ubuntu
Diff against target: 9 lines (+1/-1)
1 file modified
debian/tests/run-tests (+1/-1)
To merge this branch: bzr merge lp:~jibel/unattended-upgrades/adt-stderr
Reviewer Review Type Date Requested Status
Colin Watson Needs Fixing
Review via email: mp+124616@code.launchpad.net

Description of the change

Redirect stderr to stdout to make autopkgtest happy.

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

I'm not comfortable with redirecting all of stderr to stdout; that will surely hide other problems. From my reading of the log, this is the top-level error:

  dsc0t-run-tests FAIL status: 0, stderr: ............

So isn't the solution to redirect just those dots (perhaps progress output) to stdout?

review: Needs Fixing

Unmerged revisions

303. By Jean-Baptiste Lallement

debian/tests/run-tests: Redirect stderr to stdout to fix autopkgtest failure

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/tests/run-tests'
2--- debian/tests/run-tests 2012-09-14 08:54:43 +0000
3+++ debian/tests/run-tests 2012-09-17 07:54:22 +0000
4@@ -1,4 +1,4 @@
5 #!/bin/sh
6
7 cd test
8-make
9+make 2>&1

Subscribers

People subscribed via source and target branches