mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: add a teamcity output format for V's test runner (#16681)
This commit is contained in:
@ -292,6 +292,9 @@ fn (mut ts TestSession) handle_test_runner_option() {
|
||||
'dump' {
|
||||
ts.reporter = DumpReporter{}
|
||||
}
|
||||
'teamcity' {
|
||||
ts.reporter = TeamcityReporter{}
|
||||
}
|
||||
else {
|
||||
dump('just set ts.reporter to an instance of your own struct here')
|
||||
}
|
||||
|
Reference in New Issue
Block a user