mirror of
https://github.com/corda/corda.git
synced 2025-02-07 19:40:25 +00:00
All but one test is passing. The failure is due to the fact that QNX doesn't (in general) support calling fork(2) from a multithreaded process. Thus, we'll need to use spawn instead of fork/exec on QNX, which I'll attempt in a later commit. http://www.qnx.com/developers/docs/6.4.1/neutrino/getting_started/s1_procs.html