tests: flush test headers to ensure stable output with VJOBS>1

This commit is contained in:
Delyan Angelov 2022-06-22 12:45:24 +03:00
parent 23d1c792c0
commit 6a4ba22eae
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 3 additions and 0 deletions

View file

@ -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 {