We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd6a46 commit cde76eaCopy full SHA for cde76ea
Tests/CommandsTests/BuildToolTests.swift
@@ -289,7 +289,12 @@ final class BuildToolTests: CommandsTestCase {
289
}
290
291
do {
292
- // test second time, to make sure message is presented even when nothing to build (cached)
+ // test second time, to stabilize the cache
293
+ let _ = try execute([], packagePath: fixturePath)
294
+ }
295
+
296
+ do {
297
+ // test third time, to make sure message is presented even when nothing to build (cached)
298
let result = try execute([], packagePath: fixturePath)
299
XCTAssertNoMatch(result.stdout, .regex("\\[[1-9][0-9]*\\/[1-9][0-9]*\\] Compiling"))
300
let lines = result.stdout.split(separator: "\n")
0 commit comments