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
3cf9f1d2
Commit
3cf9f1d2
authored
Jan 15, 2010
by
Dries
Browse files
- Patch
#663644
by boombatower: remove notice from run-tests.sh.
parent
96ababd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/run-tests.sh
View file @
3cf9f1d2
...
...
@@ -284,7 +284,7 @@ function simpletest_script_init($server_software) {
$_SERVER
[
'PHP_SELF'
]
=
$path
.
'/index.php'
;
$_SERVER
[
'HTTP_USER_AGENT'
]
=
'Drupal command line'
;
if
(
$_SERVER
[
'HTTPS'
]
==
'on'
)
{
if
(
!
empty
(
$_SERVER
[
'HTTPS'
])
&&
$_SERVER
[
'HTTPS'
]
==
'on'
)
{
// Ensure that any and all environment variables are changed to https://.
foreach
(
$_SERVER
as
$key
=>
$value
)
{
$_SERVER
[
$key
]
=
str_replace
(
'http://'
,
'https://'
,
$_SERVER
[
$key
])
;
...
...
Write
Preview
Supports
Markdown
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