Mentions légales du service

Skip to content

[Tests] Incorrect python will not stop build execution anymore

Created by: tgaugry

New behavior is :

  • if user specify an python exec, use that without checking
  • if no py3 exec specified, try to find one; if this succeed, use that
  • if none of the above is true, print an warning saying that the user should use the "--python-dir" option of ctest-launcher

Tracker Reference: CORE-857

Merge request reports