Skip to content

Commit a45c9d2

Browse files
committed
Fixed TEST_SUITE in build-tests
1 parent 5c5ec84 commit a45c9d2

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
@@ -12,7 +12,7 @@ PHP_VERSION=${PHP_VERSION-8.4-cli}
1212
elasticsearch_container=${elasticsearch_container-}
1313

1414
echo -e "\033[34;1mINFO:\033[0m VERSION ${STACK_VERSION}\033[0m"
15-
echo -e "\033[34;1mINFO:\033[0m TEST_GROUP ${TEST_GROUP}\033[0m"
15+
echo -e "\033[34;1mINFO:\033[0m TEST_SUITE ${TEST_SUITE}\033[0m"
1616
echo -e "\033[34;1mINFO:\033[0m CONTAINER ${elasticsearch_container}\033[0m"
1717
echo -e "\033[34;1mINFO:\033[0m PHP_VERSION ${PHP_VERSION}\033[0m"
1818

0 commit comments

Comments
 (0)