1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-09 22:24:14 +03:00

MacOS tests fix: new way of discovering work dir conflicts with tests execution. Fixed.

This commit is contained in:
Federico Fissore
2015-02-03 17:00:51 +01:00
parent eaf4db5da8
commit 7adaba5630
2 changed files with 9 additions and 4 deletions

View File

@@ -103,6 +103,7 @@
<junit printsummary="yes" dir="${work.dir}" fork="true">
<jvmarg value="-Djava.library.path=${java.additional.library.path}"/>
<jvmarg value="-DWORK_DIR=."/>
<classpath>
<pathelement location="bin"/>
<pathelement location="test-bin"/>