dev-cmd/tests: temporary fix for BuildPulse failure

This commit is contained in:
Nanda H Krishna 2023-03-31 03:41:52 -04:00
parent 13f4ecc8cd
commit b8fb963516
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

View File

@ -60,12 +60,12 @@ module Homebrew
ohai "Sending test results to BuildPulse"
system_command! Formula["buildpulse-test-reporter"].opt_bin/"buildpulse-test-reporter",
args: [
"submit", "#{HOMEBREW_LIBRARY_PATH}/test/junit",
"--account-id", ENV.fetch("HOMEBREW_BUILDPULSE_ACCOUNT_ID"),
"--repository-id", ENV.fetch("HOMEBREW_BUILDPULSE_REPOSITORY_ID")
]
system_command Formula["buildpulse-test-reporter"].opt_bin/"buildpulse-test-reporter",
args: [
"submit", "#{HOMEBREW_LIBRARY_PATH}/test/junit",
"--account-id", ENV.fetch("HOMEBREW_BUILDPULSE_ACCOUNT_ID"),
"--repository-id", ENV.fetch("HOMEBREW_BUILDPULSE_REPOSITORY_ID")
]
end
def changed_test_files