summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-run.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-17 20:24:54 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-17 20:24:54 -0500
commit5f9cf59a784c9c9f9ba40c58ba990117e6a92a03 (patch)
tree0059502eb62ed040fa8252b38c42fab8d23d75be /pts-core/functions/pts-functions-run.php
parentc525d5cbb58d92e9d97147f510cc6c6973e6ef51 (diff)
downloadphoronix-test-suite-upstream-5f9cf59a784c9c9f9ba40c58ba990117e6a92a03.tar.gz
phoronix-test-suite-upstream-5f9cf59a784c9c9f9ba40c58ba990117e6a92a03.tar.xz
phoronix-test-suite-upstream-5f9cf59a784c9c9f9ba40c58ba990117e6a92a03.zip
pts-core: Standardize hw_sys_* functions
Diffstat (limited to 'pts-core/functions/pts-functions-run.php')
-rw-r--r--pts-core/functions/pts-functions-run.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index c21ecdd..d687dd9 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -226,7 +226,7 @@ function pts_generate_test_notes($test_type)
// Power Saving Technologies?
pts_add_test_note(hw_cpu_power_savings_enabled());
- pts_add_test_note(system_power_mode());
+ pts_add_test_note(hw_sys_power_mode());
pts_add_test_note(system_virtualized_mode());
if($test_type == "Graphics" || $test_type == "System")