mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +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
@ -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…
Reference in New Issue
Block a user