Commit 3d104ca
committed
fix(e2e): 256 looked for
The tar fix landed — both legs packed and the archive was written, which is what
that test exists to show: `mathkit.lib` beside `libmathkit.a` in one Windows
package. What failed after it was the predicate assertion, against a package that
was perfectly correct: the generated manifest writes
[target.'cfg(all(arch = "x86_64", os = "windows", env = "msvc"))'.build]
and the grep looked for `env=`, which appears nowhere in the file. Matched with
optional whitespace now.
A grep that can only fail is worth more attention than one that passes, because
it reads as a product bug on the one platform where nothing else could confirm
it. Audited the other emitted-manifest assertions in the suite for the same
shape; the rest either allow spacing (`role *= *`) or match structural text.env=, and the emitted spelling is env = "msvc"
1 parent 074661f commit 3d104ca
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments