summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-08-02 13:39:26 +0000
committerFelipe Pena <felipe@php.net>2008-08-02 13:39:26 +0000
commit8a4278ed253ed7990c9bfa324e72b06d47f7580b (patch)
treef15c66f60e07b4017602b1bd4f3e26dad592e2cf /run-tests.php
parent630fb69796bfd38f518983ac4a14a9ef85d52e8b (diff)
downloadphp-git-8a4278ed253ed7990c9bfa324e72b06d47f7580b.tar.gz
- Fixed undefined variable
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 0938b47acf..fb18e017eb 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -284,7 +284,7 @@ define('QA_SUBMISSION_PAGE', 'http://qa.php.net/buildtest-process.php');
function save_or_mail_results()
{
global $sum_results, $just_save_results, $failed_test_summary,
- $PHP_FAILED_TESTS, $CUR_DIR, $php, $output_file;
+ $PHP_FAILED_TESTS, $CUR_DIR, $php, $output_file, $compression;
/* We got failed Tests, offer the user to send an e-mail to QA team, unless NO_INTERACTION is set */
if (!getenv('NO_INTERACTION')) {