summaryrefslogtreecommitdiffstats
path: root/pts-core/options/list_test_usage.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/list_test_usage.php')
-rw-r--r--pts-core/options/list_test_usage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/list_test_usage.php b/pts-core/options/list_test_usage.php
index cbd6477..dd2d2b6 100644
--- a/pts-core/options/list_test_usage.php
+++ b/pts-core/options/list_test_usage.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class list_test_usage
+class list_test_usage implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
echo pts_string_header("Phoronix Test Suite - Test Usage");
printf("%-18ls %-8ls %-13ls %-11ls %-13ls %-10ls\n", "TEST", "VERSION", "INSTALL DATE", "LAST RUN", "AVG RUN-TIME", "TIMES RUN");