mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test: handle compilation errors when running tests specially in the teamcity runner (#17511)
This commit is contained in:
@ -20,6 +20,9 @@ pub fn (r TeamcityReporter) report(index int, message LogMessage) {
|
||||
.cmd_end {
|
||||
eprintln("##teamcity[testSuiteFinished name='${name}' flowId='${message.flow_id}' duration='${message.took}']")
|
||||
}
|
||||
.cannot_compile {
|
||||
eprintln("##teamcity[testFailed name='${name}' message='${message.message}']")
|
||||
}
|
||||
else {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user