Pārlūkot izejas kodu

Additional info in runalltests.sh

Rob Allen 12 gadi atpakaļ
vecāks
revīzija
47f3393706
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      tests/runalltests.php

+ 2 - 0
tests/runalltests.php

@@ -55,8 +55,10 @@ while(list(, $file)=each($files)) {
     echo "Executing {$file}" . PHP_EOL;
     system($PHPUNIT . ' --stderr -d memory_limit=-1 -d error_reporting=E_ALL\&E_STRICT -d display_errors=1 ' . escapeshellarg($file), $c_result);
     echo PHP_EOL;
+    echo "Finished executing {$file}" . PHP_EOL;
     
     if ($c_result) {
+        echo PHP_EOL . "Result of $file is $c_result" . PHP_EOL . PHP_EOL;
         $result = $c_result;
     }
 }