summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-04 22:03:17 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-04 22:03:17 -0400
commit280da7fa136b913c4221455b83c25efc0786ec0e (patch)
tree29e9c1fd48689165753cf8ceaeb7f262a27ea5ec /pts-core/functions/pts-functions-merge.php
parentc137917c504c773ef8c4e6c4f4917e9cc45812f1 (diff)
downloadphoronix-test-suite-upstream-280da7fa136b913c4221455b83c25efc0786ec0e.tar.gz
phoronix-test-suite-upstream-280da7fa136b913c4221455b83c25efc0786ec0e.tar.xz
phoronix-test-suite-upstream-280da7fa136b913c4221455b83c25efc0786ec0e.zip
pts-core: Avoid overusing pts_exit() and replace with improved logic
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 f6a8129..904359d 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -107,7 +107,7 @@ function pts_merge_test_results($OLD_RESULTS, $NEW_RESULTS)
}
if($original_suite_version != $new_suite_version)
{
- //pts_exit("Merge Failed! The test versions don't match: $original_suite_version - $new_suite_version\n");
+ // echo "Merge Failed! The test versions don't match: $original_suite_version - $new_suite_version\n";
}
}