Skip to content

Commit 26f17a4

Browse files
print cmark test failures from CTest
1 parent ac7bcfd commit 26f17a4

File tree

1 file changed

+2
-0
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+2
-0
lines changed

utils/swift_build_support/swift_build_support/products/cmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def build(self, host_target):
7070
toolchain_file = self.generate_linux_toolchain_file(platform, arch)
7171
self.cmake_options.define('CMAKE_TOOLCHAIN_FILE:PATH', toolchain_file)
7272

73+
self.cmake_options.define('CTEST_OUTPUT_ON_FAILURE', 'ON')
74+
7375
self.build_with_cmake(["all"], self.args.cmark_build_variant, [])
7476

7577
def should_test(self, host_target):

0 commit comments

Comments
 (0)