tools: let test_os_process.v use unbuffer_stdout() to make the output more reliable

This commit is contained in:
Delyan Angelov 2025-03-22 18:33:18 +02:00
parent 3920bc155f
commit d629a017a0
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -51,6 +51,7 @@ fn do_timeout(c &Context) {
}
fn main() {
unbuffer_stdout()
mut ctx := Context{}
args := os.args[1..]
if '-h' in args || '--help' in args {