- Notifications
You must be signed in to change notification settings - Fork28
Commitcb701af
committed
Honor PROVE_FLAGS environment setting
On MSVC builds and on back branches that means removing the hardcoded--verbose setting. On master for Unix that means removing the emptysetting in the global Makefile so that the value can be acquired fromthe environment as well as from the make arguments.Backpatch to 9.4 where we introduced TAP tests1 parent69ce3ea commitcb701af
File tree
3 files changed
+11
-2
lines changed- src
- test/perl
- tools/msvc
3 files changed
+11
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
| 338 | + | |
| 339 | + | |
339 | 340 |
| |
340 | 341 |
| |
341 | 342 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 |
| |
18 | 23 |
| |
19 | 24 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 |
| |
185 | 188 |
| |
186 | 189 |
| |
|
0 commit comments
Comments
(0)