Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add --verbose flag
add a verbose flag to be able to help debug why this fixture is failing
on linux
  • Loading branch information
rauhul authored and MaxDesiatov committed Dec 7, 2023
commit 8aa32419c8507f6b40500917e998aa01f9fd9cb8
2 changes: 1 addition & 1 deletion Tests/FunctionalTests/MiscellaneousTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class MiscellaneousTestCase: XCTestCase {
do {
let output = try executeSwiftBuild(
fixturePath,
extraArgs: ["--experimental-lto-mode=full"])
extraArgs: ["--experimental-lto-mode=full", "--verbose"])
// FIXME: On macOS dsymutil cannot find temporary .o files? (#6890)
// Ensure warnings like the following are not present in build output
// warning: (arm64) /var/folders/ym/6l_0x8vj0b70sz_4h9d70p440000gn/T/main-e120de.o unable to open object file: No such file or directory
Expand Down