Tony Cook wrote:
The tests are being run in parallel because of the j2 in HARNESS_OPTIONS:Environment variables: HARNESS_OPTIONS = c:j2 which can produce this effect.
I see, thanks. Since my module is single-process by its nature, I'll probably just bail out. -- S.T.