mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: flush test headers to ensure stable output with VJOBS>1
This commit is contained in:
@ -561,6 +561,7 @@ pub fn eheader(msg string) {
|
||||
|
||||
pub fn header(msg string) {
|
||||
println(term.header_left(msg, '-'))
|
||||
flush_stdout()
|
||||
}
|
||||
|
||||
pub fn setup_new_vtmp_folder() string {
|
||||
|
Reference in New Issue
Block a user