NetworkManager/clients
Beniamino Galvani d9e931acaf client: tests: avoid mixing stdout and stderr output on failure
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.
2018-10-25 14:52:35 +02:00
..
cli cli: initialize readline before installing the redisplay handler 2018-10-23 15:42:19 +02:00
common clients/secret-agent-simple: support auth helpers 2018-10-22 18:15:25 +02:00
tests client: tests: avoid mixing stdout and stderr output on failure 2018-10-25 14:52:35 +02:00
tui docs: misc. typos 2018-09-15 09:08:03 +02:00
meson.build build: create "config-extra.h" header instead of passing directory variables via CFLAGS 2018-07-17 17:46:39 +02:00
nm-online.c nm-online: print "[started|start-pending|failure]" for --wait-for-startup 2018-06-30 10:59:08 +02:00