Commit c6c89d9
committed
Improve test daemon logging
- Pass `--verbose` so MPD outputs verbose logs (e.g. messages of
interaction with the client), which can be useful in case of a test
failure.
- Pass `--stderr` so that MPD outputs all messages to stderr, which is
what we capture.
- Drop `log_file "/dev/null"` directive from config, since we want to
capture the logs from stderr.
- Use standard macro braces.1 parent 216cdcd commit c6c89d9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
80 | | - | |
| 78 | + | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments