This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 90d3519 try to use correct geckodriver
90d3519 is described below
commit 90d3519d9eb832e3bdebd41b8096ae8a150b4ad6
Author: Alex Harui <[email protected]>
AuthorDate: Mon Aug 19 18:33:05 2019 -0700
try to use correct geckodriver
---
build.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build.xml b/build.xml
index a242982..6e4377a 100644
--- a/build.xml
+++ b/build.xml
@@ -1243,10 +1243,12 @@ limitations under the License.
<target name="basictests-run-js" unless="skipTests" >
<property name="profile_arg" value="dummy=false" />
+ <echo>GECKODRIVER_HOME=${env.GECKODRIVER_HOME}</echo>
<echo>url=file://${basedir}/mustella/tests/basicTests/bin/js-debug/index.html</echo>
<echo>script=${basedir}/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml</echo>
<echo>script=${basedir}/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml</echo>
<java classname="marmotinni.MarmotinniRunner"
classpath="${basedir}/mustella/target/classes" fork="true" failonerror="yes">
+ <sysproperty key="webdriver.gecko.driver"
value="${env.GECKODRIVER_HOME}" />
<!--<arg value="browser=chrome" />-->
<arg
value="url=file://${basedir}/mustella/tests/basicTests/bin/js-debug/index.html"
/>
<arg
value="script=${basedir}/mustella/tests/basicTests/halo/scripts/ButtonTestScript.mxml"
/>
@@ -1504,6 +1506,7 @@ limitations under the License.
<target name="mxtests-run-js" >
<property name="profile_arg" value="dummy=false" />
<echo>url=file://${basedir}/mustella/tests/mxtests/bin/js-debug/index.html</echo>
+ <echo>GECKODRIVER_HOME=${env.GECKODRIVER_HOME}</echo>
<java classname="marmotinni.MarmotinniRunner"
classpath="${basedir}/mustella/target/classes" fork="true" failonerror="yes">
<sysproperty key="webdriver.gecko.driver"
value="${env.GECKODRIVER_HOME}" />
<!--<arg value="browser=chrome" />-->