Skip to content

Commit d693d83

Browse files
committed
Build the foundation tests in debug mode instead
1 parent 55189ba commit d693d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/swift_build_support/swift_build_support/products/foundationtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test(self, host_target):
7272
swift_exec,
7373
'test',
7474
'--toolchain', self.install_toolchain_path(host_target),
75-
'--configuration', self.configuration(),
75+
'--configuration', 'debug',
7676
'--scratch-path', self.build_dir,
7777
'--package-path', package_path
7878
]

utils/swift_build_support/swift_build_support/products/swiftfoundationtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test(self, host_target):
6767
swift_exec,
6868
'test',
6969
'--toolchain', self.install_toolchain_path(host_target),
70-
'--configuration', self.configuration(),
70+
'--configuration', 'debug',
7171
'--scratch-path', self.build_dir,
7272
'--package-path', package_path
7373
]

0 commit comments

Comments
 (0)