mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
test: handle compilation errors when running tests specially in the teamcity runner (#17511)
This commit is contained in:
parent
1a48d08d7a
commit
c1f249af6c
3 changed files with 20 additions and 1 deletions
|
@ -11,6 +11,8 @@ pub enum MessageKind {
|
|||
skip // the _test.v file was skipped for some reason
|
||||
info // a generic information message, detailing the actions of the `v test` program (some tests could be repeated for example, and the details are sent with an .info status)
|
||||
//
|
||||
cannot_compile // when the _test.v file compiled with errors
|
||||
//
|
||||
sentinel // send just once after all executions are done; it signals that the reporting/printing thread should stop the loop and exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue