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,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"),