summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2009-01-08 13:08:55 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2009-01-08 13:08:55 -0500
commit11e9cd253e5604b2b460f7bddb5855cf1c466fb6 (patch)
tree6588104f4527679e79626547a365c72edfad4361 /pts-core
parentd3253c04eb4fa408eac34d4a17388a05df606557 (diff)
downloadphoronix-test-suite-upstream-11e9cd253e5604b2b460f7bddb5855cf1c466fb6.tar.gz
phoronix-test-suite-upstream-11e9cd253e5604b2b460f7bddb5855cf1c466fb6.tar.xz
phoronix-test-suite-upstream-11e9cd253e5604b2b460f7bddb5855cf1c466fb6.zip
pts: Update tcsh external dependency for Fedora
Plus other stuff
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/options/result_file_to_pdf.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/pts-core/options/result_file_to_pdf.php b/pts-core/options/result_file_to_pdf.php
index 50e0636..c620722 100644
--- a/pts-core/options/result_file_to_pdf.php
+++ b/pts-core/options/result_file_to_pdf.php
@@ -72,11 +72,6 @@ class result_file_to_pdf implements pts_option_interface
$placement = 1;
for($i = 1; $i <= count($tests); $i++)
{
- /* $pdf->SetFont("Arial", "B", 18);
- $pdf->SetFillColor(255, 255, 255);
- $pdf->Ln(30 + (($i - 1) * 100));
- $pdf->Cell(0, 0, $tests[$i], 0, 0, "L", true); */
-
if(is_file(SAVE_RESULTS_DIR . $r[0] . "/result-graphs/" . $i . ".jpg"))
{
$pdf->Ln(100);
@@ -95,7 +90,6 @@ class result_file_to_pdf implements pts_option_interface
$placement++;
}
-
$pdf->Output($r[0] . ".pdf");
echo "\nSaved To: " . $r[0] . ".pdf\n\n";
}