mirror of
https://github.com/vlang/v.git
synced 2025-09-18 11:56:57 -04:00
tools: let test_os_process.v use unbuffer_stdout()
to make the output more reliable
This commit is contained in:
parent
3920bc155f
commit
d629a017a0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user