Skip to content

Commit

Permalink
acctest: moving off the built-in test parser for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored and pbrit committed May 31, 2020
1 parent 83b44c7 commit c42daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/components/build_components.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.triggers.schedule

// unfortunately TeamCity's Go Test Json parser appears to be broken
// as such for the moment let's use the old method with a feature-flag
const val useTeamCityGoTest = true
const val useTeamCityGoTest = false

fun BuildFeatures.Golang() {
if (useTeamCityGoTest) {
Expand Down

0 comments on commit c42daa0

Please sign in to comment.