Benjamin Berg
27b618a93e
tests: Hide intermediate error in output checker
...
The output checker raises from an exception handler. Add the appropriate
"from None" to hide that intermediate exception.
2022-05-10 09:50:10 +02:00
Benjamin Berg
9ae3c16f2d
tests: Pull more OutputChecker fixes
...
While debugging the g-s-d testsuite a few more issues in the
OutputChecker code came up. Pull in these fixes ensuring that EOF and
the read side FD are handled correctly.
2021-07-23 13:50:52 +02:00
Benjamin Berg
f4995dcabe
tests: Pull OutputChecker fixes
...
Mark the thread as daemon. Also use poll and fix a wrong variable
reference.
2021-07-19 21:38:25 +00:00
Benjamin Berg
b7aa0c455d
tests: Update output checker
...
This pulls in some changes done in gnome-settings-daemon to be able to
force close the FD at the end of the test.
2021-02-15 17:45:08 +01:00
Benjamin Berg
3a00643d5b
tests: Add OutputChecker class to improve test code
2020-12-07 15:27:14 +01:00