Commit b022ecb
committed
test(h3): rebuild h3client harness when source is newer than binary
A stale h3client binary (predating #48, which unstalled response bodies
> ~1 MiB) silently fails 028-h3-large-body and 032-h3-connection-migration
with len=0 — looking like a server regression when the server is fine.
SKIPIF only rebuilt the harness when the binary was missing, never when
h3client.c had moved ahead of it. Rebuild on mtime staleness too.1 parent e781dde commit b022ecb
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
0 commit comments