Skip to content

Commit 35a436a

Browse files
committed
Auto merge of #14064 - epage:artifact, r=weihanglo
test: Redact conditional compile-fail warning I got a CI failure because the following line showed up: ``` [WARNING] build failed, waiting for other jobs to finish... ``` I'm assumin this is a race condition in the test for whether the successful target completed before the error or not. Before snapbox, we used a `contains` check which didn't have this problem. I'm replacing this with a `...` multi-line (0+) glob.
2 parents 0d7c7b8 + 7d9e9e1 commit 35a436a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/artifact_dep.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ error[E0425]: cannot find function `f2` in crate `d2`
447447
448448
For more information about this error, try `rustc --explain E0425`.
449449
[ERROR] could not compile `d1` (bin "d1") due to 1 previous error
450+
...
450451
451452
"#]])
452453
.run();

0 commit comments

Comments
 (0)