Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
de61c7d3
Unverified
Commit
de61c7d3
authored
4 years ago
by
Arthur Schiwon
Browse files
Options
Downloads
Patches
Plain Diff
acceptence tests shall specify which branch to pick when cloning apps
Signed-off-by:
Arthur Schiwon
<
blizzz@arthur-schiwon.de
>
parent
2147c39c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/acceptance/run-local.sh
+2
-1
2 additions, 1 deletion
tests/acceptance/run-local.sh
with
2 additions
and
1 deletion
tests/acceptance/run-local.sh
+
2
−
1
View file @
de61c7d3
...
@@ -64,6 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
...
@@ -64,6 +64,7 @@ if [ "$1" = "--acceptance-tests-dir" ]; then
fi
fi
ACCEPTANCE_TESTS_CONFIG_DIR
=
"../../
$ACCEPTANCE_TESTS_DIR
/config"
ACCEPTANCE_TESTS_CONFIG_DIR
=
"../../
$ACCEPTANCE_TESTS_DIR
/config"
DEV_BRANCH
=
"master"
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
# "--timeout-multiplier N" option can be provided to set the timeout multiplier
# to be used in ActorContext.
# to be used in ActorContext.
...
@@ -195,7 +196,7 @@ ln --symbolic $(pwd) /var/www/html
...
@@ -195,7 +196,7 @@ ln --symbolic $(pwd) /var/www/html
# Add Notifications app to the "apps" directory (unless it is already there).
# Add Notifications app to the "apps" directory (unless it is already there).
if
[
!
-e
"apps/notifications"
]
;
then
if
[
!
-e
"apps/notifications"
]
;
then
(
cd
apps
&&
git clone
--depth
1 https://github.com/nextcloud/notifications
)
(
cd
apps
&&
git clone
--depth
1
--branch
${
DEV_BRANCH
}
https://github.com/nextcloud/notifications
)
fi
fi
INSTALL_AND_CONFIGURE_SERVER_PARAMETERS
=
""
INSTALL_AND_CONFIGURE_SERVER_PARAMETERS
=
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment