File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ private class ToolWorkspaceDelegate: WorkspaceDelegate {
27
27
}
28
28
29
29
func checkingOut( repository: String , at reference: String ) {
30
+ // FIXME: This is temporary output similar to old one, we will need to figure
31
+ // out better reporting text.
32
+ print ( " Resolved version: \( reference) " )
30
33
}
31
34
}
32
35
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class VersionSpecificTests: XCTestCase {
72
72
try tagGitRepo ( depPath, tag: " 1.1.0@swift- \( Versioning . currentVersion. major) " )
73
73
74
74
// The build should work now.
75
- try removeFileTree ( primaryPath . appending ( component : " Packages " ) )
75
+ _ = try SwiftPMProduct . SwiftBuild . execute ( [ " --clean=dist " ] , chdir : primaryPath )
76
76
XCTAssertBuilds ( primaryPath)
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments