Repository: incubator-slider Updated Branches: refs/heads/develop 39a524455 -> c288cddf8
SLIDER-458. Slider CLI help is very verbose Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/c288cddf Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/c288cddf Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/c288cddf Branch: refs/heads/develop Commit: c288cddf81bddbac30a3c3bb7ac8869dcd9a2bdb Parents: 39a5244 Author: Sumit Mohanty <[email protected]> Authored: Fri Oct 24 18:37:58 2014 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Oct 24 18:37:58 2014 -0700 ---------------------------------------------------------------------- .../org/apache/slider/funtest/commands/DiagnosticsCommandIT.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/c288cddf/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/DiagnosticsCommandIT.groovy ---------------------------------------------------------------------- diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/DiagnosticsCommandIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/DiagnosticsCommandIT.groovy index 1a4ae7a..bc19367 100644 --- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/DiagnosticsCommandIT.groovy +++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/DiagnosticsCommandIT.groovy @@ -33,7 +33,7 @@ public class DiagnosticsCommandIT extends CommandTestBase { public void testClientDiagnostics() throws Throwable { def shell = slider(0, [ - SliderActions.ACTION_DIAGNOSTIC, + SliderActions.ACTION_DIAGNOSTICS, Arguments.ARG_CLIENT, Arguments.ARG_VERBOSE ]
