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

Rendering/Parallel/Testing: fix `TestClientServerRendering` execution

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

Fixes: #19544
parent a23b5496
No related merge requests found
......@@ -2,9 +2,7 @@ set(test_exclusions
# Flaky when run with threads enabled. See #19471.
"^VTK::FiltersCellGridCxx-TestCellGridEvaluator$"
# https://gitlab.kitware.com/vtk/vtk/-/issues/19427
"^VTK::RenderingOpenGL2Cxx-TestGlyph3DMapperPickability$"
# https://gitlab.kitware.com/vtk/vtk/-/issues/19544
"^vtkRenderingParallel-TestClientServerRendering$")
"^VTK::RenderingOpenGL2Cxx-TestGlyph3DMapperPickability$")
if (NOT "$ENV{CMAKE_CONFIGURATION}" MATCHES "windows")
list(APPEND test_exclusions
......
......@@ -23,7 +23,7 @@ if (Python3_EXECUTABLE)
ExternalData_add_test(${_vtk_build_TEST_DATA_TARGET}
NAME vtkRenderingParallel-TestClientServerRendering
COMMAND ${PYTHON_EXECUTABLE}
COMMAND ${Python3_EXECUTABLE}
${VTK_SOURCE_DIR}/CMake/vtkTestDriver.py
--process
$<TARGET_FILE:vtkRenderingParallel-TestClientServerRendering>
......
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