Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52
Recent Commits
>
--git a/pts-core/commands/batch_run.php b/pts-core/commands/batch_run.php
index 11511f4..c1678ee 100644
--- a/pts-core/commands/batch_run.php
+++ b/pts-core/commands/batch_run.php
@@ -3,8 +3,8 @@
/*
Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
- Copyright (C) 2009 - 2010, Phoronix Media
- Copyright (C) 2009 - 2010, Michael Larabel
+ Copyright (C) 2009 - 2012, Phoronix Media
+ Copyright (C) 2009 - 2012, Michael Larabel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -35,6 +35,10 @@ class batch_run implements pts_option_interface
{
pts_test_run_manager::standard_run($r, pts_c::batch_mode);
}
+ public static function invalid_command($passed_args = null)
+ {
+ pts_tests::invalid_command_helper($passed_args);
+ }
}<
Copyright © 2013 by Phoronix Media