aboutsummaryrefslogtreecommitdiffstats
path: root/testing/redo/skip-when-tty-missing.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/redo: fix test relying on ttyKevin Daudt2019-04-141-20/+0
| | | | | | | | | | | One test fails on the builders because it relies on a tty being present. Upstream has fixed this test to not rely on a tty anymore, but this has not been released yet. Apply the commit from upstream as a patch until a new version has been released. The previous patch to fix it does not work, so remove it.
* testing/redo: fix check failing due to missing /dev/ttyKevin Daudt2019-01-281-0/+20
On the builders, the checks failed because they tried to open /dev/tty, which does not exists. Add a patch that continues when /dev/tty is missing. Re-enable redo