Skip to content

Commit 0d3ab6c

Browse files
authored
Improve logging for Buildkite test suite (#17)
1 parent dc52533 commit 0d3ab6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/run-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ run_qaf() {
2828

2929
# ensure serverless instance is deleted even if script errors
3030
cleanup() {
31-
echo -e "--- :elasticsearch: Tear down serverless instance EC_PROJECT_NAME"
31+
echo -e "--- :elasticsearch: Tear down serverless instance $EC_PROJECT_NAME"
3232
run_qaf 'qaf elastic-cloud projects delete'
3333
rm -rf "$(pwd)/cloud.json"
3434
}
3535
trap cleanup EXIT
3636

37-
echo -e "--- :elasticsearch: Start serverless instance"
37+
echo -e "--- :elasticsearch: Start serverless instance $EC_PROJECT_NAME"
3838

3939
run_qaf "qaf elastic-cloud projects create --project-type elasticsearch"
4040
deployment=$(run_qaf "qaf elastic-cloud projects describe --as-json --show-credentials")

0 commit comments

Comments
 (0)