Commit ed5973f
injection_points: pass enable_injection_points to the TAP test under meson
The new TAP test guards on $ENV{enable_injection_points}, which the make
build exports but the meson tap env did not set. Under "use warnings
FATAL => 'all'" the resulting uninitialized-value warning aborts the test
before it can plan, so it failed on all meson platforms. Set the variable in
the tap env like the other injection-point-using modules do.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 9dde244 commit ed5973f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments