Skip to content

Commit 1b98980

Browse files
committed
tests: mpi test didn't wrote XML output
1 parent ce35f22 commit 1b98980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/advection_diffusion/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if(${pfasst_WITH_MPI})
4545
${MPI_CXX_LIBRARIES}
4646
)
4747
add_test(NAME ${test}
48-
COMMAND ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} 4 ${MPIEXEC_PREFLAGS} ${CMAKE_BINARY_DIR}/tests/examples/advection_diffusion/${test} ${MPIEXEC_POSTFLAGS}
48+
COMMAND ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} 4 ${MPIEXEC_PREFLAGS} ${CMAKE_BINARY_DIR}/tests/examples/advection_diffusion/${test} ${MPIEXEC_POSTFLAGS} --gtest_output=xml:${test}_out.xml
4949
)
5050
endforeach(test)
5151
else()

0 commit comments

Comments
 (0)