Repository: incubator-slider
Updated Branches:
  refs/heads/develop 56cd86672 -> 2d6331a0e


SLIDER-397 -fix regression surfacing on jenkins (editing wrong "kill" command)


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

Branch: refs/heads/develop
Commit: 2d6331a0eca42fc19b40f741e31a1580ab8ae8b8
Parents: 56cd866
Author: Steve Loughran <ste...@apache.org>
Authored: Fri Sep 5 09:57:11 2014 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Fri Sep 5 09:57:11 2014 +0100

----------------------------------------------------------------------
 .../src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/2d6331a0/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy
----------------------------------------------------------------------
diff --git 
a/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy 
b/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy
index dbf5c49..cbf4749 100644
--- a/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy
+++ b/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy
@@ -747,7 +747,7 @@ class SliderTestUtils extends Assert {
 
     def commandString
     if (!Shell.WINDOWS) {
-      GString killCommand = "jps -l| grep ${grepString} | awk '{print \$1}' | 
xargs kill /f $signal"
+      GString killCommand = "jps -l| grep ${grepString} | awk '{print \$1}' | 
xargs kill $signal"
       log.info("Command command = $killCommand" )
 
       commandString = ["bash", "-c", killCommand]

Reply via email to