Test Console Output for $buildType $buildName "; ?>
Console Logs from Running JUnit Plug-in Tests
Test Console Output
Console output from running JUnit plugin tests for
read()) { if ($anEntry != "." && $anEntry != "..") { $entries[$index] = $anEntry; $index++; } } aDirectory.closedir(); sort($entries); for ($i = 0; $i < $index; $i++) { $anEntry = $entries[$i]; $line = "
Component:
$anEntry
"; echo "
"; echo "$line"; echo "
"; $hasNotes = true; } if (!$hasNotes) { echo "
There are no test logs for this build."; } ?>