SLIDER-581 moving where the exit codes are set up/using non superclass exec


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ef516d9c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/ef516d9c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/ef516d9c

Branch: refs/heads/feature/SLIDER-531-registry-enhancements
Commit: ef516d9cd704beb84fda08df4b510ca58c906c40
Parents: 518d750
Author: Steve Loughran <ste...@apache.org>
Authored: Thu Oct 30 14:37:10 2014 +0000
Committer: Steve Loughran <ste...@apache.org>
Committed: Thu Oct 30 14:37:10 2014 +0000

----------------------------------------------------------------------
 .../org/apache/slider/funtest/commands/CommandExitCodesIT.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ef516d9c/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandExitCodesIT.groovy
----------------------------------------------------------------------
diff --git 
a/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandExitCodesIT.groovy
 
b/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandExitCodesIT.groovy
index c49c738..73912e6 100644
--- 
a/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandExitCodesIT.groovy
+++ 
b/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandExitCodesIT.groovy
@@ -36,7 +36,7 @@ public class CommandExitCodesIT extends CommandTestBase {
 
   @Test
   public void testStopWithoutCluster() throws Throwable {
-    slider(LauncherExitCodes.EXIT_COMMAND_ARGUMENT_ERROR, ["stop"])
+    slider(LauncherExitCodes.EXIT_COMMAND_ARGUMENT_ERROR, 
["stop"]).dumpOutput()
   }
 
 

Reply via email to