Skip to content

Commit d30e31e

Browse files
committed
Add --very-verbose to debug test failures
1 parent 7832495 commit d30e31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/PackageCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2134,7 +2134,7 @@ class PackageCommandTestCase: CommandsBuildProviderTestCase {
21342134
}
21352135

21362136
let (stdout, _) = try await self.execute(
2137-
["migrate", "--to-feature", featureName],
2137+
["migrate", "--very-verbose", "--to-feature", featureName],
21382138
packagePath: fixturePath
21392139
)
21402140

0 commit comments

Comments
 (0)