diff options
author | James Cox <imajes@php.net> | 2003-03-21 17:17:54 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2003-03-21 17:17:54 +0000 |
commit | 485ee3914aefe1a78f6c2a5911eb9a17399bd8c7 (patch) | |
tree | 92504f8e381a05222e197cf9505eecf816f4806b /run-tests.php | |
parent | 9e21b2eee469aefcd14709b8c93e3c233c3ddff6 (diff) | |
download | php-git-485ee3914aefe1a78f6c2a5911eb9a17399bd8c7.tar.gz |
updating for new list
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 72fe342b44..d5d850a1c1 100755 --- a/run-tests.php +++ b/run-tests.php @@ -330,7 +330,7 @@ TIME END " . date('Y-m-d H:i:s', $end_time); $summary = get_summary(true); echo $summary; -define('PHP_QA_EMAIL', 'php-qa@lists.php.net'); +define('PHP_QA_EMAIL', 'qa-reports@lists.php.net'); define('QA_SUBMISSION_PAGE', 'http://qa.php.net/buildtest-process.php'); /* We got failed Tests, offer the user to send and e-mail to QA team, unless NO_INTERACTION is set */ |