Skip to content

Commit e4a1fcf

Browse files
committed
test: make target_codesign work on Windows
Assume that GNUWin32 tools are present and that we can just use echo to stub out the command like on Linux.
1 parent 2bc5623 commit e4a1fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ elif run_os in ['windows-msvc']:
817817
config.swift_test_options, \
818818
config.swift_frontend_test_options))
819819

820-
config.target_codesign = ''
820+
config.target_codesign = 'echo'
821821

822822
subst_target_swift_frontend_mock_sdk = config.target_swift_frontend
823823
subst_target_swift_frontend_mock_sdk_after = ''

0 commit comments

Comments
 (0)