You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/10 22:06:29 UTC

incubator-slider git commit: SLIDER-622 & then cut checks for awk and xargs

Repository: incubator-slider
Updated Branches:
  refs/heads/feature/SLIDER-622-windows bbc2f0a67 -> 03a670a48


SLIDER-622 & then cut checks for awk and xargs


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

Branch: refs/heads/feature/SLIDER-622-windows
Commit: 03a670a485bfbf31ef257c648815a8719d102287
Parents: bbc2f0a
Author: Steve Loughran <st...@apache.org>
Authored: Mon Nov 10 21:06:20 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Nov 10 21:06:20 2014 +0000

----------------------------------------------------------------------
 .../org/apache/slider/common/tools/TestWindowsSupport.groovy     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/03a670a4/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
----------------------------------------------------------------------
diff --git a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
index 769233e..198bd82 100644
--- a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
+++ b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
@@ -104,17 +104,21 @@ class TestWindowsSupport extends YarnMiniClusterTestBase {
   }
 
 
+/*
   @Test
   public void testHasGawkInstalled() throws Throwable {
     assume(Shell.WINDOWS, "not windows")
     exec(0, ["gawk", "--version"])
   }
+*/
 
+/*
   @Test
   public void testHasXargsInstalled() throws Throwable {
     assume(Shell.WINDOWS, "not windows")
     exec(0, ["xargs", "--version"])
   }
+*/
 
   @Test
   public void testExecNonexistentBinary() throws Throwable {