instrumentation: enable long output tests for all generators

Relates: #27942
This commit is contained in:
Alex Overchenko
2026-08-04 20:06:35 +03:00
committed by AJIOB
parent 94e37bc281
commit b44db2c372
@@ -607,15 +607,11 @@ instrument(cmake-command-trace
CHECK_SCRIPT check-trace-removed.cmake
)
# FIXME(#27984): FASTBuild long output test failure
# FIXME(#279846): Watcom WMake unsupported file names
if(NOT RunCMake_GENERATOR MATCHES "FASTBuild|Watcom WMake")
instrument(cmake-command-long-output
BUILD
CONFIGURE_ARGS "-DLONG_CUSTOM_COMMAND_OUTPUT=ON"
CHECK_SCRIPT check-long-output.cmake
)
endif()
instrument(cmake-command-long-output
BUILD
CONFIGURE_ARGS "-DLONG_CUSTOM_COMMAND_OUTPUT=ON"
CHECK_SCRIPT check-long-output.cmake
)
# Test capture output
instrument(cmake-command-capture-output