summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-install.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-05 17:46:42 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-05 17:46:42 -0500
commit253c6841ecf315bb068d39e8071146590639ebec (patch)
tree0b84d5c65fe23382e2f04fe07d180590c10298b4 /pts-core/functions/pts-functions-install.php
parenta109aa2766f33a4ec332b4e1a70095ecfce8f572 (diff)
downloadphoronix-test-suite-upstream-253c6841ecf315bb068d39e8071146590639ebec.tar.gz
phoronix-test-suite-upstream-253c6841ecf315bb068d39e8071146590639ebec.tar.xz
phoronix-test-suite-upstream-253c6841ecf315bb068d39e8071146590639ebec.zip
pts-core: Allow multiple tests/suites/identifiers to be passed using the
run and benchmark options
Diffstat (limited to 'pts-core/functions/pts-functions-install.php')
-rw-r--r--pts-core/functions/pts-functions-install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index 230aa35..4348b7a 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -53,7 +53,7 @@ function pts_start_install($to_install)
if(pts_read_assignment("COMMAND") != "benchmark")
{
- echo pts_string_header("\nNot recognized: $TO_INSTALL\n");
+ echo pts_string_header("\nNot recognized: " . $TO_INSTALL . "\n");
}
return false;
}