projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ea5de2e
)
Issue #1738318 by alexpott: Fixed run-tests.sh help incorrect after test class renames.
author
webchick
Sat, 18 Aug 2012 16:26:49 +0000 (18:26 +0200)
committer
webchick
Sat, 18 Aug 2012 16:26:49 +0000 (18:26 +0200)
core/scripts/run-tests.sh
patch
|
blob
|
blame
|
history
diff --git
a/core/scripts/run-tests.sh
b/core/scripts/run-tests.sh
index
943c14b
..
62107ab
100755
(executable)
--- a/
core/scripts/run-tests.sh
+++ b/
core/scripts/run-tests.sh
@@
-163,7
+163,7
@@
Drupal installation as the webserver user (differs per configuration), or root:
sudo -u [wwwrun|www-data|etc] php ./core/scripts/{$args['script']}
--url http://example.com/ --all
sudo -u [wwwrun|www-data|etc] php ./core/scripts/{$args['script']}
- --url http://example.com/ --class BlockTestCase
+ --url http://example.com/ --class "Drupal\block\Tests\BlockTest"
\n
EOF;
}