summaryrefslogtreecommitdiffstats
path: root/pts-core/objects
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-12 13:57:50 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-13 10:34:16 -0500
commit1cdd034748ec7a98f88acaa9c90f07c11a2a96e0 (patch)
treedf657370f21ae8e274b3b9ca884f1ae99102cc0d /pts-core/objects
parentc5dc7788569565af159e1002f0e30dd491a0c468 (diff)
downloadphoronix-test-suite-upstream-1cdd034748ec7a98f88acaa9c90f07c11a2a96e0.tar.gz
phoronix-test-suite-upstream-1cdd034748ec7a98f88acaa9c90f07c11a2a96e0.tar.xz
phoronix-test-suite-upstream-1cdd034748ec7a98f88acaa9c90f07c11a2a96e0.zip
pts-core: More random changes
Diffstat (limited to 'pts-core/objects')
-rw-r--r--pts-core/objects/pts-generic-classes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts-generic-classes.php b/pts-core/objects/pts-generic-classes.php
index 966aefb..acd5378 100644
--- a/pts-core/objects/pts-generic-classes.php
+++ b/pts-core/objects/pts-generic-classes.php
@@ -359,7 +359,7 @@ class pts_test_profile_details
{
$str = sprintf("%-18ls %-6ls %-6ls %-12ls %-12ls %-4ls %-4ls %-22ls\n", $this->identifier, $this->test_version, $this->version, $this->status, $this->license, $this->test_download_size, $this->test_environment_size, $this->test_maintainer);
}
- else if(!empty($this->name) && (pts_read_assignment("COMMAND") == "LIST_ALL_TESTS" || !in_array($this->status, array("PRIVATE", "BROKEN", "EXPERIMENTAL", "UNVERIFIED", "STANDALONE", "SCTP"))))
+ else if(!empty($this->name) && (pts_read_assignment("COMMAND") == "list-all-tests" || !in_array($this->status, array("PRIVATE", "BROKEN", "EXPERIMENTAL", "UNVERIFIED", "STANDALONE", "SCTP"))))
{
$str = sprintf("%-18ls - %-36ls [%s, %10ls]\n", $this->identifier, $this->name, $this->status, $this->license);
}