Skip to content

Commit

Permalink
apmbench: makefile with shellflags (elastic#9680)
Browse files Browse the repository at this point in the history
to report errors if pipes in the makefile
  • Loading branch information
v1v authored Nov 29, 2022
1 parent efc8be5 commit 259b914
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 259b914

Please sign in to comment.