]> granicus.if.org Git - php/commitdiff
- Fixed undefined variable
authorFelipe Pena <felipe@php.net>
Sat, 2 Aug 2008 13:39:26 +0000 (13:39 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 2 Aug 2008 13:39:26 +0000 (13:39 +0000)
run-tests.php

index 0938b47acf63c6d06a81487583c105b36c563c24..fb18e017ebcc1431c3969d5ca7873e706e23c941 100755 (executable)
@@ -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')) {