Skip to content
Snippets Groups Projects
Commit 9bb5faff authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Use VTK_TEST_OUTPUT_DIR rather than rebuilding the path

All of the other test variants use this variable; MPI should as well.

Change-Id: I7d67cabf697cf6bd2e40a0e70d66d16d26766464
parent e2d1a14e
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ function(vtk_add_test_mpi exename tests)
set(_V "")
if(local_TESTING_DATA)
set(_D -D ${data_dir})
set(_T -T ${VTK_BINARY_DIR}/Testing/Temporary)
set(_T -T ${VTK_TEST_OUTPUT_DIR})
if(local_CUSTOM_BASELINES)
set(_V -V "${data_dir}/Baseline")
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment