mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +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() {
|
||||
unbuffer_stdout()
|
||||
mut ctx := Context{}
|
||||
args := os.args[1..]
|
||||
if '-h' in args || '--help' in args {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue