summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGE-LOG1
-rwxr-xr-xphoronix-test-suite4
-rw-r--r--pts-core/options/result_file_to_pdf.php6
-rw-r--r--pts/distro-xml/fedora-packages.xml2
4 files changed, 4 insertions, 9 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 812ce00..97a411c 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -7,6 +7,7 @@ Phoronix Test Suite (Git)
- pts-core: Miscellaneous fixes
- pts: Add smokin-guns test profile for Quake 3 Smokin' Guns game
- pts: Minor update to iozone test profile
+- pts: Update tcsh external dependency for Fedora
- install-sh: Add $DESTDIR support to make packaging easier
Phoronix Test Suite 1.6.0 Beta 2
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 129f324..7a333f4 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -52,8 +52,8 @@ if [ "X$PHP_BIN" = "X" ]
then
cat <<'EOT'
-PHP5 CLI Must Be Installed To Run The Phoronix Test Suite.
-Only PHP For The Command Line Is Needed, Not A Complete PHP w/ Web Server Installation
+PHP 5.x CLI Must Be Installed To Run The Phoronix Test Suite.
+Only PHP For The Command Line Is Needed, Not A Complete PHP Web Server Installation
The PHP CLI package is usually called php-cli or php5-cli. Also recommended is the PHP GD library (php-gd)
For support visit: http://www.phoronix-test-suite.com/
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";
}
diff --git a/pts/distro-xml/fedora-packages.xml b/pts/distro-xml/fedora-packages.xml
index 1b4331e..f224df6 100644
--- a/pts/distro-xml/fedora-packages.xml
+++ b/pts/distro-xml/fedora-packages.xml
@@ -18,7 +18,7 @@
<Package>
<GenericName>csh</GenericName>
<PackageName>tcsh</PackageName>
- <FileCheck>/usr/bin/tcsh</FileCheck>
+ <FileCheck>/bin/tcsh</FileCheck>
</Package>
<Package>
<GenericName>libpng-development</GenericName>