Description
As many of the individual testsuite uses the same output file for the artifacts
of the test suites, the tests are racy if executed in parallel, eg. by ctest
-jxx. This patch fixes it by assigning individual names for the test artifact
files.
I will provide a PR as well.