Test Results for $buildName ";
?>
Test Results 
        read())
                {
                    if ($anEntry != "." && $anEntry != ".." && $anEntry != "consolelogs" && $anEntry != "html" && $anEntry != "xml")
                    {
                        if (is_dir($anEntry)) {
                            $link = "testResults/".$anEntry."/results/index.php";
                            echo "$anEntry
 \n";
                        }
                        else {
                            // assume is file
                            $path_parts = pathinfo($anEntry);
                            $file_extension = $path_parts['extension'];
                   if (isset($path_parts['filename'])) {
                        $linkname = $path_parts['filename'];
                    }
                    else {
                        $linkname = $anEntry;
                    }
                            $link = $anEntry;
                            if ("html" === $file_extension || "php" === $file_extension) {
                                echo "" . $linkname . "
 
\n";
                            }
                        }
                    }
                }
            }
        ?>
   
    | Test Suite | Errors & Failures | Total Tests | Total Time (s) | 
  
  
  %testresults%
  
These logs contain the console output captured while 
running the JUnit automated tests.