Repository: incubator-joshua
Updated Branches:
  refs/heads/master fa1ea3e85 -> c9f578530


set JOSHUA for tests


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

Branch: refs/heads/master
Commit: c9f578530bf0d86f08e3d9ee63450e075a7a582f
Parents: fa1ea3e
Author: Matt Post <[email protected]>
Authored: Tue Mar 29 16:25:17 2016 -0400
Committer: Matt Post <[email protected]>
Committed: Tue Mar 29 16:25:17 2016 -0400

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/c9f57853/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 690ddc1..ffef0f8 100644
--- a/build.xml
+++ b/build.xml
@@ -284,6 +284,7 @@
 
   <target name="test" depends="all" description="--> Run tests">
     <exec dir="test" executable="/bin/bash" failonerror="false">
+      <env key="JOSHUA" path="${JOSHUA}" />
       <arg line="run-all-tests.sh" />
     </exec>
   </target>

Reply via email to