summaryrefslogtreecommitdiffstats
path: root/pts-core/options/list_suites.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/list_suites.php')
-rw-r--r--pts-core/options/list_suites.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/list_suites.php b/pts-core/options/list_suites.php
index 1cb4928..a65592a 100644
--- a/pts-core/options/list_suites.php
+++ b/pts-core/options/list_suites.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class list_suites
+class list_suites implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
echo pts_string_header("Phoronix Test Suite - Suites");
$has_partially_supported_suite = false;