Repository: incubator-slider Updated Branches: refs/heads/master 8434b8971 -> b70d830ae
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/167f9314 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/167f9314 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/167f9314 Branch: refs/heads/master Commit: 167f931421027de808bbf38b825f929e37962263 Parents: 90f6dd8 Author: Steve Loughran <[email protected]> Authored: Mon Nov 10 21:06:20 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Nov 10 22:48:09 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/167f9314/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 {
