From 7174b01bdac3fa7495a1a9b4f6139dfbcdfbae7c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 28 May 2011 09:30:57 -0400 Subject: - Patch #965722 by geerlingguy: UploadTestCase is not longer a good example for run-tests.sh. --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-tests.sh') 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; } -- cgit v1.2.3