Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
d7beeaad
Commit
d7beeaad
authored
Jul 31, 2020
by
Liam Morland
Browse files
ISTWCMS-2220: Correct syntax error
parent
fe3c7dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
run-tests.php
View file @
d7beeaad
...
...
@@ -11,7 +11,7 @@ if (!$site_to_test || in_array($site_to_test, ['-h', '--help', '-v', '--version'
echo
'Usage: '
.
$script
.
" URL-TO-TEST [ADDITIONAL-ARGUMENTS ...]
\n
"
;
echo
"In Drupal 8, pass the argument --suppress-deprecations.
\n
"
;
echo
"(The argument is not needed for Drupal 9.)
\n
"
;
exit
1
;
exit
(
1
)
;
}
// Keep copy of original arguments to add to those set by this script.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment