Index: scripts/run-tests.sh
===================================================================
RCS file: /cvs/drupal/drupal/scripts/run-tests.sh,v
retrieving revision 1.18
diff -u -r1.18 run-tests.sh
--- scripts/run-tests.sh	26 Nov 2008 13:48:50 -0000	1.18
+++ scripts/run-tests.sh	17 Dec 2008 21:46:28 -0000
@@ -142,9 +142,12 @@
               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://drupal-7.dev.loc/ --all
+sudo -u [wwwrun|www-data|etc] php ./scripts/{$args['script']}
+  --url http://drupal-7.dev.loc/ --class UploadTestCase
 \n
 EOF;
 }
@@ -243,6 +246,7 @@
   }
   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();
   }
 
