diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-05-28 09:30:57 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-05-28 09:30:57 -0400 |
commit | 7174b01bdac3fa7495a1a9b4f6139dfbcdfbae7c (patch) | |
tree | 0f585f7883b1113bf8d9048e3380c376c1941376 | |
parent | 36e52ceff73c8168c1c25c0164e8735dd31bd58c (diff) | |
download | brdo-7174b01bdac3fa7495a1a9b4f6139dfbcdfbae7c.tar.gz brdo-7174b01bdac3fa7495a1a9b4f6139dfbcdfbae7c.tar.bz2 |
- Patch #965722 by geerlingguy: UploadTestCase is not longer a good example for run-tests.sh.
-rwxr-xr-x | scripts/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 2cfbcac9f..db34924c9 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -166,7 +166,7 @@ Drupal installation as the webserver user (differs per configuration), or root: 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 + --url http://example.com/ --class BlockTestCase \n EOF; } |