forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitadbd00f
committed
Use Test::Builder::todo_start(), replacing $::TODO.
Some pre-2017 Test::More versions need perfect $Test::Builder::Levelmaintenance to find the variable. Buildfarm member snapper reported anoverall failure that the file intended to hide via the TODO construct.That trouble was reachable in v11 and v10. For later branches, thisserves as defense in depth. Back-patch to v10 (all supported versions).Discussion:https://postgr.es/m/20220202055556.GB2745933@rfd.leadboat.com1 parent0147fc7 commitadbd00f
File tree
2 files changed
+4
-3
lines changed- contrib/amcheck/t
- src/test/recovery/t
2 files changed
+4
-3
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments
Comments
(0)