SLIDER-420 slider funtests not working on windows

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

Branch: refs/heads/feature/SLIDER-149_Support_a_YARN_service_registry
Commit: 682ae8a7fa92932f32420486761efa06b5febbc1
Parents: 49ae173
Author: Steve Loughran <ste...@apache.org>
Authored: Wed Sep 10 13:40:17 2014 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Wed Sep 10 13:40:17 2014 +0100

----------------------------------------------------------------------
 .../apache/slider/funtest/framework/AgentCommandTestBase.groovy    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/682ae8a7/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/AgentCommandTestBase.groovy
----------------------------------------------------------------------
diff --git 
a/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/AgentCommandTestBase.groovy
 
b/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/AgentCommandTestBase.groovy
index 50f3ac0..81d1595 100644
--- 
a/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/AgentCommandTestBase.groovy
+++ 
b/slider-funtest/src/main/groovy/org/apache/slider/funtest/framework/AgentCommandTestBase.groovy
@@ -96,7 +96,7 @@ implements FuntestProperties, Arguments, SliderExitCodes, 
SliderActions {
       log.info "App pkg uploaded at $appPkgPath"
     } catch (Exception e) {
       setup_failed = true
-      fail("Setup failed "+e)
+      throw e;
     }
   }
 

Reply via email to