SLIDER-350 use gawk as awk implementation for windows; add checks for that and 
xargs on the command line


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

Branch: refs/heads/develop
Commit: 8f9caa9ba8ba5a09df794096d0096356535dce38
Parents: 690793a
Author: Steve Loughran <ste...@apache.org>
Authored: Thu Sep 4 14:01:30 2014 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Thu Sep 4 14:01:30 2014 +0100

----------------------------------------------------------------------
 .../org/apache/slider/common/tools/TestWindowsSupport.groovy       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/8f9caa9b/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 d18fe76..61ede62 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
@@ -155,7 +155,7 @@ class TestWindowsSupport extends SliderTestBase {
    * @param commands
    * @return
    */
-  public ForkedProcessService exec(ArrayList<String> commands) {
+  public ForkedProcessService exec(List<String> commands) {
     ForkedProcessService process;
     process = new ForkedProcessService(
         methodName.methodName,

Reply via email to