ci: show failing compilation output in draw_fns_api_test.v (make diagnostic easier)
parent
6486fffc5a
commit
d2e8302d21
|
@ -10,6 +10,7 @@ fn test_all_samples_can_be_compiled() {
|
||||||
res := os.execute(compile_cmd)
|
res := os.execute(compile_cmd)
|
||||||
if res.exit_code != 0 {
|
if res.exit_code != 0 {
|
||||||
eprintln('>>> FAIL $compile_cmd')
|
eprintln('>>> FAIL $compile_cmd')
|
||||||
|
eprintln(res.output)
|
||||||
fails << compile_cmd
|
fails << compile_cmd
|
||||||
}
|
}
|
||||||
println('OK $compile_cmd')
|
println('OK $compile_cmd')
|
||||||
|
|
Loading…
Reference in New Issue