mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
Do not use curl --fail-with-body
The curl version of Kokoro is too old and does not know it. BUG=None TEST=testing in prod. Change-Id: I8e1fe856dcd893944da06f6a9097497a9c320c43 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3584319 Reviewed-by: Anton Romanov <romanton@google.com> Tested-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
f334e19ffc
commit
cc6642deff
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from impl.common import CROSVM_ROOT, batched, cmd, quoted, run_commands, very_ve
|
|||
|
||||
git = cmd("git")
|
||||
git_log = git("log --decorate=no --color=never")
|
||||
curl = cmd("curl --silent --fail-with-body")
|
||||
curl = cmd("curl --silent --fail")
|
||||
chmod = cmd("chmod")
|
||||
|
||||
GERRIT_URL = "https://chromium-review.googlesource.com"
|
||||
|
|
Loading…
Reference in a new issue