steveohara / j2mod

Enhanced Modbus library implemented in the Java programming language
Apache License 2.0
267 stars 111 forks source link

Fix unit tests on linux #9

Closed martentamerius closed 8 years ago

martentamerius commented 8 years ago

The unit tests did not complete successfully on Linux because on some Linux distributions the /tmp-folder does not have execute privileges. This is mitigated by creating a temporary folder (which will be automatically deleted when the JVM stops) in the build folder.

steveohara commented 8 years ago

Merged into latest snapshot