mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
On failure the self.fail() message often appears in the middle of the diff between expected/actual output, making it hard to read. Since print() output goes to stdout (which is buffered) and self.fail() to stderr (which is not), flush stdout before printing the failure message to ensure the two don't mix. |
||
|---|---|---|
| .. | ||
| cli | ||
| common | ||
| tests | ||
| tui | ||
| meson.build | ||
| nm-online.c | ||