mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
ci: show failing compilation output in draw_fns_api_test.v (make diagnostic easier)
This commit is contained in:
parent
6486fffc5a
commit
d2e8302d21
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ fn test_all_samples_can_be_compiled() {
|
|||
res := os.execute(compile_cmd)
|
||||
if res.exit_code != 0 {
|
||||
eprintln('>>> FAIL $compile_cmd')
|
||||
eprintln(res.output)
|
||||
fails << compile_cmd
|
||||
}
|
||||
println('OK $compile_cmd')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue