Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
292
Merge Requests
292
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
8d7eeb0d
Commit
8d7eeb0d
authored
Dec 18, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Modified patch
#348408
by boombatower: clariy run-test.sh script and provide some better help.
parent
a7d66871
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
scripts/run-tests.sh
scripts/run-tests.sh
+6
-2
No files found.
scripts/run-tests.sh
View file @
8d7eeb0d
...
...
@@ -142,9 +142,12 @@ function simpletest_script_help() {
be separated by commas. Ignored
if
--all
is specified.
To run this script you will normally invoke it from the root directory of your
Drupal installation as the webserver user
, or root, with
Drupal installation as the webserver user
(
differs per configuration
)
, or root:
php ./scripts/
{
$args
[
'script'
]}
sudo
-u
[
wwwrun|www-data|etc] php ./scripts/
{
$args
[
'script'
]}
--url
http://example.com/
--all
sudo
-u
[
wwwrun|www-data|etc] php ./scripts/
{
$args
[
'script'
]}
--url
http://example.com/
--class
UploadTestCase
\n
EOF
;
}
...
...
@@ -243,6 +246,7 @@ function simpletest_script_init() {
}
else
{
simpletest_script_print_error
(
'Unable to automatically determine the path to the PHP interpreter. Please supply the --php command line argument.'
)
;
simpletest_script_help
()
;
exit
()
;
}
...
...
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