forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitad4f2c4
committed
Make PostgreSQL::Test::Cluster::run_log() return a useful value.
Curently, some TAP test that directly call the underlying functionPostgreSQL::Test::Utils::run_log() care about the return value, butnone of those that call it via PostgreSQL::Test::Cluster::run_log() care.However, I'd like to add a test that will care, so adjust this functionto return whatever it gets back from the underlying function, just aswe do for a number of other functions in this module.Discussion:http://postgr.es/m/CA+Tgmobj6u-nWF-j=FemygUhobhryLxf9h-wJN7W-2rSsseHNA@mail.gmail.com1 parent1a36bc9 commitad4f2c4
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2502 | 2502 |
| |
2503 | 2503 |
| |
2504 | 2504 |
| |
2505 |
| - | |
2506 |
| - | |
| 2505 | + | |
2507 | 2506 |
| |
2508 | 2507 |
| |
2509 | 2508 |
| |
|
0 commit comments
Comments
(0)