summaryrefslogtreecommitdiffstats
path: root/pts-core
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-22 06:46:50 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-22 06:46:50 -0400
commit611605af6d8ecf699df152e84a533a74244fb3d1 (patch)
treeeedb1dacb967eb4c791d7b187b7e998fb7ecb0b5 /pts-core
parent2d3dc4f983bbf077432cff8193836038584b369c (diff)
downloadphoronix-test-suite-upstream-611605af6d8ecf699df152e84a533a74244fb3d1.tar.gz
phoronix-test-suite-upstream-611605af6d8ecf699df152e84a533a74244fb3d1.tar.xz
phoronix-test-suite-upstream-611605af6d8ecf699df152e84a533a74244fb3d1.zip
pts: Set TimesToRun to 3 for timed-build instead of 1
Diffstat (limited to 'pts-core')
-rw-r--r--pts-core/functions/pts-functions_system_hardware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_hardware.php b/pts-core/functions/pts-functions_system_hardware.php
index 36e8608..72089bb 100644
--- a/pts-core/functions/pts-functions_system_hardware.php
+++ b/pts-core/functions/pts-functions_system_hardware.php
@@ -323,7 +323,7 @@ function system_memory_string()
if(($cut = strpos($mem_speed, " (")) > 0)
{
- $mem_speed = substr($mem_speed, 0, $cut );
+ $mem_speed = substr($mem_speed, 0, $cut);
}
$mem_prefix = $mem_type . "-" . str_replace(" ", "", $mem_speed);