Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Dec 2008 at 21:49 UTC
Updated:
1 Jan 2009 at 14:20 UTC
Two issues with run-tests.sh as it is.
1) The script does not provide an example of how to run as the webserver user.
2) The script fails to find the php interpreter (on what appears to be most machines, more annoying than before) and just craps with little detail.
This scripts adds the example and outputs the help information when interpreter not found.
| Comment | File | Size | Author |
|---|---|---|---|
| clarify-run-tests.sh_.patch | 1.11 KB | boombatower |
Comments
Comment #1
dave reidThis helped me finally figure out how to run tests from command line. Very helpful addition.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks.