mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tools: fix sporadic CI failures on the doom-regressions
job due to v gret
This commit is contained in:
parent
50fb5de926
commit
6637db2d6d
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ fn take_screenshots(opt Options, app AppConfig) ![]string {
|
|||
opt.verbose_eprintln('Running $app.abs_path $flags')
|
||||
mut p_app := os.new_process(app.abs_path)
|
||||
p_app.set_args(flags)
|
||||
p_app.set_redirect_stdio()
|
||||
p_app.run()
|
||||
|
||||
if !p_app.is_alive() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue