Skip to content

Commit 9b35e10

Browse files
committed
Fixed TEST_SUITE in build-tests
1 parent a45c9d2 commit 9b35e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/build-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docker run \
4343
--workdir="/usr/src/app" \
4444
--volume=${repo}/tests:/usr/src/app/tests \
4545
--env STACK_VERSION=${STACK_VERSION} \
46-
--env TEST_GROUP=${TEST_GROUP} \
46+
--env TEST_SUITE=${TEST_SUITE} \
4747
--env PHP_VERSION=${PHP_VERSION} \
4848
--ulimit nofile=65535:65535 \
4949
--name elasticsearch-php \

0 commit comments

Comments
 (0)