Open Corion opened 3 years ago
Without this change, running the test suite in parallel fails, because t/00setup.t needs to finish before the other tests start.
prove -j 12 -bl
Without this change, running the test suite in parallel fails, because t/00setup.t needs to finish before the other tests start.