Skip to content

Commit b847772

Browse files
Update templates/install-wp-tests.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 903ad68 commit b847772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/install-wp-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ install_test_suite() {
213213
if [ ! -f "$WP_TESTS_DIR"/wp-tests-config.php ]; then
214214
echo -e "${CYAN}Configuring test suite...${RESET}"
215215
if [[ $WP_TESTS_TAG == 'trunk' ]]; then
216-
ref=master
216+
ref=trunk
217217
elif [[ $WP_TESTS_TAG == branches/* ]]; then
218218
ref=${WP_TESTS_TAG#branches/}
219219
else

0 commit comments

Comments
 (0)