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

Parallel/Core/Testing: fix `TestSocketCommunicator` execution

Use the new `FindPython3` module's variable for the Python executable.

Fixes: #19542
parent 03ecba36
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,7 @@ set(test_exclusions
# https://gitlab.kitware.com/vtk/vtk/-/issues/19427
"^VTK::RenderingOpenGL2Cxx-TestGlyph3DMapperPickability$"
# https://gitlab.kitware.com/vtk/vtk/-/issues/19544
"^vtkRenderingParallel-TestClientServerRendering$"
# https://gitlab.kitware.com/vtk/vtk/-/issues/19542
"^vtkParallelCore-TestSocketCommunicator$")
"^vtkRenderingParallel-TestClientServerRendering$")
if (NOT "$ENV{CMAKE_CONFIGURATION}" MATCHES "windows")
list(APPEND test_exclusions
......
......@@ -11,7 +11,7 @@ if (Python3_EXECUTABLE)
vtkParallelCore-TestSocketCommunicator TestSocketCommunicator.cxx)
add_test(NAME vtkParallelCore-TestSocketCommunicator
COMMAND ${PYTHON_EXECUTABLE}
COMMAND ${Python3_EXECUTABLE}
${VTK_SOURCE_DIR}/CMake/vtkTestDriver.py
# indicate that the processes are not run sequentially,
--process
......
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