callbacks.py
17.3 KB
-
Make --oneline return one line (except with multiline output) · d42eb256
Currently the message prepared for --oneline mode adds a newline to the msg-string, which is then printed (adding another newline). This change removes the added newline so that successes and failures do not differ in output (except if the output is multiline).
Dag Wieers committed