forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit92155e1
committed
Fix incorrect TAP test ordering
Using a test function before a possible skip_all is incorrect. If theskip_all is called, the test output will become incorrect and the testfile will fail.a4f23f9 introduced a new test before skip_all. After discussion,this doesn't really need to be a test. Instead, we just bail out ifthe condition is not satisfied.Discussion:https://www.postgresql.org/message-id/af5567a1-aea6-fbdb-7e4b-d1e23a43c43b@enterprisedb.com1 parent1d70fb4 commit92155e1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
|
0 commit comments
Comments
(0)