summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 10:17:55 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 10:17:55 -0500
commite73f1137c8cbaa38e2225b836d8b560c18fc9070 (patch)
tree6eac3c15cd5745d4463dccded3bfc2e582ec581c /pts-core/functions/pts-functions_tests.php
parent9094d2b216723bdf20f3c1e3bae7377bfbfc2f56 (diff)
downloadphoronix-test-suite-upstream-e73f1137c8cbaa38e2225b836d8b560c18fc9070.tar.gz
phoronix-test-suite-upstream-e73f1137c8cbaa38e2225b836d8b560c18fc9070.tar.xz
phoronix-test-suite-upstream-e73f1137c8cbaa38e2225b836d8b560c18fc9070.zip
pts-core: Archive installation output of tests in the test's directory
in file install.log
Diffstat (limited to 'pts-core/functions/pts-functions_tests.php')
-rw-r--r--pts-core/functions/pts-functions_tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index 3dd5cd5..750dfe9 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -125,6 +125,7 @@ function pts_save_result($save_to = null, $save_results = null)
if(getenv("REVERSE_GRAPH_PLOTTING") != false)
{
+ // Plot results in reverse order on graphs if REVERSE_GRAPH_PLOTTING env variable is set
$results_identifiers[$i] = array_reverse($results_identifiers[$i]);
$results_values[$i] = array_reverse($results_values[$i]);
}