-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for 'dot' tool presence in PATH before calling in VisualizeTree…
… pass and make it debug only (#28432) ### Details: Check for dot tool availability in PATH before execution: - Ensure the Graphviz `dot` tool is installed and accessible in the system PATH before attempting to execute it - If the dot tool is not found, fail gracefully with a clear error message instead of producing the uninformative output: `sh: 1: dot: not found` - Make external 'dot' process call only when `ENABLE_OPENVINO_DEBUG` define is on - Add missing `if (VISUALIZE_TESTS_TREE)` in tests where `VisualizeTree` pass is invoked ### Tickets: - N/A
- Loading branch information
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters