diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml index a269e20b4c3..917b9cd088a 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml @@ -142,9 +142,6 @@ value="org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter" /> - - - - -read()) { - $path = $cdir . "/" . $myDir . "/" . $anEntry . "/" . "index.html"; - if (is_file($path)) { - $entries[$index] = $anEntry; - $index++; - } - } - - $aDirectory->close(); - sort($entries); - - if ($index < 0) { - echo "
There is no coverage data for this build."; - return; - } - for ($i = 0; $i < $index; $i++) { - $anEntry = $entries[$i]; - $line = "$anEntry"; - echo "
  • $line
  • "; - } -} - - -?> - - - -Code coverage results - - - - - - - - - - - - - - - -
    -
    -Code coverage for $BUILD_ID \n"; - -echo "

    Code coverage for $BUILD_ID

    \n"; -?> - - - - -
    -
    - - - - diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml index 8b475bfbe88..ab18d6c868c 100644 --- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml +++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml @@ -676,12 +676,6 @@ value="${results}/${testedPlatform}-perf-samples.dat" /> - - - diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml index 0a88e4ceff4..599f9e9bc9e 100644 --- a/production/testScripts/runTests2.xml +++ b/production/testScripts/runTests2.xml @@ -763,13 +763,6 @@ value="${results}/${testedPlatform}-perf-samples.dat" /> - - - -