summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-28 16:54:40 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-28 16:54:40 -0400
commit905708b56ce37f442951a48f496d6142154a112d (patch)
treec074912f3a82a77ecadb8db181b068b14f752ee9 /pts-core/functions/pts-functions-merge.php
parentf15206f814c5482f787af59e1396aba4f05ff89a (diff)
downloadphoronix-test-suite-upstream-905708b56ce37f442951a48f496d6142154a112d.tar.gz
phoronix-test-suite-upstream-905708b56ce37f442951a48f496d6142154a112d.tar.xz
phoronix-test-suite-upstream-905708b56ce37f442951a48f496d6142154a112d.zip
Improved formatting of CLI output....
Diffstat (limited to 'pts-core/functions/pts-functions-merge.php')
-rw-r--r--pts-core/functions/pts-functions-merge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index 4fec705..45fa1ca 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -102,7 +102,7 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
{
if($original_suite_name != $new_suite_name)
{
- echo pts_string_header("Note: The test(s) don't match: " . $original_suite_name . " - " . $new_suite_name . ".\nThis merge will continue, but not all test results may be compatible.");
+ echo pts_string_header("Note: The test(s) don't match: " . $original_suite_name . " - " . $new_suite_name . ".\nNot all test results may be compatible.");
}
if($original_suite_version != $new_suite_version)
{