Skip to content
Snippets Groups Projects
Commit a544f58d authored by Yohann Bearzi (Kitware)'s avatar Yohann Bearzi (Kitware)
Browse files

aliasing cmake commit

parent a8b4066a
No related branches found
No related tags found
No related merge requests found
......@@ -796,7 +796,7 @@ function (vtk_add_test_python)
LABELS "${_vtk_build_test_labels}"
FAIL_REGULAR_EXPRESSION "${_vtk_fail_regex}"
SKIP_REGULAR_EXPRESSION "${_vtk_skip_regex}"
ENVIRONMENT "VTK_TESTING;${image_compare_method}"
ENVIRONMENT "VTK_TESTING=1;${image_compare_method}"
# This must match the skip() function in vtk/test/Testing.py"
SKIP_RETURN_CODE 125
)
......
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