Skip to content

Commit a293558

Browse files
authored
Merge pull request #21493 from nextcloud/backport/21492/stable19
[stable19] acceptence tests shall specify which branch to pick when cloning apps
2 parents c62000c + 90de43d commit a293558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/acceptance/run-local.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
6464
fi
6565

6666
ACCEPTANCE_TESTS_CONFIG_DIR="../../$ACCEPTANCE_TESTS_DIR/config"
67+
DEV_BRANCH="stable19"
6768

6869
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
6970
# to be used in ActorContext.
@@ -195,7 +196,7 @@ ln --symbolic $(pwd) /var/www/html
195196

196197
# Add Notifications app to the "apps" directory (unless it is already there).
197198
if [ ! -e "apps/notifications" ]; then
198-
(cd apps && git clone --depth 1 https://github.com/nextcloud/notifications)
199+
(cd apps && git clone --depth 1 --branch ${DEV_BRANCH} https://github.com/nextcloud/notifications)
199200
fi
200201

201202
INSTALL_AND_CONFIGURE_SERVER_PARAMETERS=""

0 commit comments

Comments
 (0)