1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 06:04:25 +01:00

Codefix 2b24444: Don't run regression tests in parallel (#14935)

This commit is contained in:
Loïc Guilloux
2025-12-17 19:19:29 +01:00
committed by GitHub
parent 9a47f53db0
commit 5d702a96d6

View File

@@ -54,5 +54,7 @@ macro(create_regression)
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
set_property(TEST regression_${REGRESSION_TEST_NAME} PROPERTY RUN_SERIAL TRUE)
add_dependencies(regression regression_${REGRESSION_TEST_NAME})
endmacro()