prezi / gradle-haxe-plugin

Gradle Haxe Plugin
Other
23 stars 4 forks source link

Enable munit tasks to run parallelly #36

Closed rosadam closed 7 years ago

rosadam commented 9 years ago

Munit unfortunately always uses the hardcoded port of 2000 when running the tests, reports test failures when running multiple tests parallelly.

This implementation provides a workaround for that, uses a system resource (socket) for locking before running the munit tests.