source: tags/2.1.5/tests/run_tests.sh

Last change on this file was 357, checked in by quinn, 15 years ago

updated tests to work. updated email validation regex to include quote marks around name part. changed logmsg tmp dir name to use script_filename.

File size: 143 bytes
Line 
1#!/bin/sh
2
3# Be in the directory with all the tests.
4cd `dirname $0`;
5
6# Run tests sequentially.
7for foo in *Test.php;
8do
9    php $foo;
10done;
Note: See TracBrowser for help on using the repository browser.