Skip to content

Fix for vtkIOParallelXMLPython-MPI-testParallelMultiBlockWriter test.

Andrew Bauer requested to merge acbauer/vtk:xmlwriter_test_fix into master

It seems like a barrier is needed between when the test files are deleted and when they're created after that such that the new files are created after the old files are deleted.

Merge request reports