Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
86da882d
Commit
86da882d
authored
Sep 09, 2014
by
alexpott
Browse files
Issue
#2332071
by sun: Fixed Custom port in run-tests.sh --dburl is not parsed.
parent
7e2ab24b
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/scripts/run-tests.sh
View file @
86da882d
...
...
@@ -425,6 +425,9 @@ function simpletest_script_setup_database($new = FALSE) {
'default'
=>
$info
[
'fragment'
]
,
)
,
)
;
if
(
isset
(
$info
[
'port'
]))
{
$databases
[
'default'
][
'default'
][
'port'
]
=
$info
[
'port'
]
;
}
}
// Otherwise, use the default database connection from settings.php.
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment