Repository: incubator-slider
Updated Branches:
  refs/heads/feature/SLIDER-86-windows be57d7a11 -> 2cdb1ba00


SLIDER-86 failsafe not passing down sysprops


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

Branch: refs/heads/feature/SLIDER-86-windows
Commit: 2cdb1ba0009bffa41fcb24860300db5cfc9db5f4
Parents: be57d7a
Author: Steve Loughran <[email protected]>
Authored: Tue Sep 9 19:23:54 2014 +0100
Committer: Steve Loughran <[email protected]>
Committed: Tue Sep 9 19:23:54 2014 +0100

----------------------------------------------------------------------
 slider-funtest/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/2cdb1ba0/slider-funtest/pom.xml
----------------------------------------------------------------------
diff --git a/slider-funtest/pom.xml b/slider-funtest/pom.xml
index 124251f..2b55359 100644
--- a/slider-funtest/pom.xml
+++ b/slider-funtest/pom.xml
@@ -109,6 +109,12 @@
 
           <trimStackTrace>false</trimStackTrace>
           
<redirectTestOutputToFile>${build.redirect.test.output.to.file}</redirectTestOutputToFile>
+          <systemProperties>
+            <property>
+              <name>slider.bin.dir</name>
+              
<value>../slider-assembly/target/slider-${project.version}-all/slider-${project.version}</value>
+            </property>
+          </systemProperties>
           <systemPropertyVariables>
             <java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
             <java.awt.headless>true</java.awt.headless>

Reply via email to