Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Tue 5/21/13 15:49
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 544e702..32849e8 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -10,6 +10,8 @@ Phoronix Test Suite (git)
- Initial "Batch Mode" support through using batch-run or batch-benchmark and BatchMode options are through ~/.phoronix-test-suite/user-config.xml
- Add "initial-config" argument, which overwrites the user-config.xml with a new default template
- Many "External Dependencies" improvements. Needs testing and more distribution profiles!
+- Add "install-dependencies pts" for installing some PTS dependencies for itself, aside from php-cli.
+- Introduce Fedora support for External Dependencies. Only tested with Fedora 8.92.
- Other fixes
Phoronix Test Suite 0.2.1
diff --git a/pts-core/functions/pts-functions_linux.php b/pts-core/functions/pts-functions_linux.php
index ba3dbc2..8adcf05 100644
--- a/pts-core/functions/pts-functions_linux.php
+++ b/pts-core/functions/pts-functions_linux.php
@@ -234,7 +234,7 @@ function motherboard_chipset_string()
}
function parse_lspci_output($desc)
{
- $info = shell_exec("lspci");
+ $info = shell_exec("lspci 2>&1");
if(($pos = strpos($info, $desc)) === FALSE)
{
<
Copyright © 2013 by Phoronix Media