ut
ut copied to clipboard
Running message after pre logging did not start on a new line
Expected Behavior
my pre log line
Running "simple"...
Actual Behavior
my pre log lineRunning "simple"...
Steps to Reproduce the Problem
- Create a log line somewhere else in the program, outside any tests or suite
- In a suite, fail a test case
Specifications
- Version: git:8356ec4
- Platform: Windows
- Subsystem: Win64
A '\n' seems to be required.
Hope to have nicer log that allows log("something {}", val) to automatically print on a new line.