summaryrefslogtreecommitdiffstats
path: root/pts-core/options/batch_setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/batch_setup.php')
-rw-r--r--pts-core/options/batch_setup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/batch_setup.php b/pts-core/options/batch_setup.php
index be4c2bc..aa9d2a2 100644
--- a/pts-core/options/batch_setup.php
+++ b/pts-core/options/batch_setup.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class batch_setup
+class batch_setup implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
echo "\nThese are the default configuration options for when running the Phoronix Test Suite in a batch mode (i.e. running phoronix-test-suite batch-benchmark universe). Running in a batch mode is designed to be as autonomous as possible, except for where you'd like any end-user interaction.\n\n";
$batch_options = array();