Skip to content

Commit c84bcfc

Browse files
committed
Dump trace output on the Windows CI
1 parent dbf9b8c commit c84bcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if(ENABLE_TESTING)
134134
LIBDISPATCH_OVERLAY_DIR=${XCTEST_PATH_TO_LIBDISPATCH_BUILD}/src/swift
135135
SWIFT_EXEC=${CMAKE_Swift_COMPILER}
136136
SWIFT_FLAGS=${CMAKE_Swift_FLAGS_ESCAPED}
137-
$<TARGET_FILE:Python3::Interpreter> ${LIT_COMMAND} -sv ${CMAKE_SOURCE_DIR}/Tests/Functional
137+
$<TARGET_FILE:Python3::Interpreter> ${LIT_COMMAND} -v --debug ${CMAKE_SOURCE_DIR}/Tests/Functional
138138
COMMENT
139139
"Running XCTest functional test suite"
140140
DEPENDS

0 commit comments

Comments
 (0)