Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
3cf9f1d2
Commit
3cf9f1d2
authored
Jan 15, 2010
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#663644
by boombatower: remove notice from run-tests.sh.
parent
96ababd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/run-tests.sh
scripts/run-tests.sh
+1
-1
No files found.
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
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