Merge pull request #15110 from nandahkrishna/buildpulse-fix

dev-cmd/tests: temporary fix for BuildPulse failure
This commit is contained in:
Nanda H Krishna 2023-03-31 04:05:08 -04:00 committed by GitHub
commit 771ee5cb99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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