Check that this works OK with 'make test'
Fix reported processes (sequential = 1, not 0). Check what happens when there are less processors available than requested.
Write some how-to documentation
Fix up last few bad tests
Make it clean up from previous runs (remove diff/out/exp)
Implement REDIRECT ................................................................................WORKING
Implement sequential directory (group) setting for things like mysql/msqli
Warn and exit if someone is using a test section only supported by server-tests
Should there be a default number of CPUs if its not specified?
Report times in whole seconds (no dp)
Add .phpt to end of file name in output
Should the default output be -v or -vv?
Add execution time to -vvv
Package as a single file (like run-tests.php)
Add a test using --disable-all and check that it runs (not parallel, which will always need pcntl()...DONE
Code review