mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ fn do_timeout(c &Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
unbuffer_stdout()
|
||||||
mut ctx := Context{}
|
mut ctx := Context{}
|
||||||
args := os.args[1..]
|
args := os.args[1..]
|
||||||
if '-h' in args || '--help' in args {
|
if '-h' in args || '--help' in args {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue