Skip to content

Commit

Permalink
apmbench: makefile with shellflags (#9680) (#9689)
Browse files Browse the repository at this point in the history
to report errors if pipes in the makefile

(cherry picked from commit 259b914)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
mergify[bot] and v1v authored Nov 29, 2022
1 parent 4a20243 commit f74400b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ SSH_OPTS ?= -o LogLevel=ERROR -o StrictHostKeyChecking=no
SSH_KEY ?= ~/.ssh/id_rsa_terraform
WORKER_IP = $(shell terraform output -raw public_ip)

SHELL = /bin/bash
.SHELLFLAGS = -o pipefail -c

# This profile will also be used by the Terraform provider.
export AWS_PROFILE ?= default

Expand Down

0 comments on commit f74400b

Please sign in to comment.