Review: Needs Fixing Here is a horrible shell pipeline that filters out only 'W: ' lines from stderr, and then puts the rest of stdout and stderr back on the file descriptors where it's supposed to be.
(apt-cache showsrc e2fsprogs 3>&1 1>&2 2>&3 3>&- | grep -v ^W: ) 3>&1 1>&2 2>&3 3>&- -- https://code.launchpad.net/~ubuntu-release/autopkgtest/+git/development/+merge/457169 Your team Canonical's Ubuntu QA is subscribed to branch ~ubuntu-release/autopkgtest/+git/development:master. -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp