Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information