summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-sctp.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-sctp.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-sctp.php')
-rw-r--r--pts-core/functions/pts-functions-sctp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-sctp.php b/pts-core/functions/pts-functions-sctp.php
index 2736d5f..f7d7256 100644
--- a/pts-core/functions/pts-functions-sctp.php
+++ b/pts-core/functions/pts-functions-sctp.php
@@ -35,7 +35,7 @@ function generate_sctp_layer()
$test_directory = sctp_test_directory();
if(!$xml_parser->isDefined(P_TEST_TITLE))
- pts_exit("\n" . SCTP_FILE . " is not a valid self-contained test profile!\n");
+ pts_exit("\n" . SCTP_FILE . " is not a valid self-contained test profile!\n");
if(!is_dir(PTS_TEMP_DIR . "sctp/"))
mkdir(PTS_TEMP_DIR . "sctp/");