Repository: incubator-slider Updated Branches: refs/heads/develop cbf227ab7 -> 14ab631e4
SLIDER-898 coalesce use of assumeWindows/assumeNotWindows test assumptions Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/14ab631e Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/14ab631e Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/14ab631e Branch: refs/heads/develop Commit: 14ab631e4f07d258036eec9db916e132abb63ef4 Parents: cbf227a Author: Steve Loughran <[email protected]> Authored: Fri Jun 5 09:43:16 2015 +0100 Committer: Steve Loughran <[email protected]> Committed: Fri Jun 5 09:43:16 2015 +0100 ---------------------------------------------------------------------- .../org/apache/slider/funtest/commands/CommandEnvironmentIT.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/14ab631e/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandEnvironmentIT.groovy ---------------------------------------------------------------------- diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandEnvironmentIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandEnvironmentIT.groovy index 2974b10..8a2d4bd 100644 --- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandEnvironmentIT.groovy +++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/commands/CommandEnvironmentIT.groovy @@ -90,7 +90,7 @@ public class CommandEnvironmentIT extends CommandTestBase { if (python) { SliderShell.scriptFile = SLIDER_SCRIPT_PYTHON; } else { - assume(!SliderShell.windows, "skip bash test on windows") + assumeNotWindows() SliderShell.scriptFile = SLIDER_SCRIPT; } SliderShell shell = new SliderShell([
