forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit196eeb6
committed
Fix handling of expecteddir in pg_regress
Commitc855872 introduced a new parameter to pg_regress to setthe directory where to look for expected files, but accidentallyonly implemented it for when compiling pg_regress for ECPG tests.Fix by adding support for the parameter to the main regression testcompilation of pg_regress as well.Backpatch to v16 where --expecteddir was introduced.Author: Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com>Discussion:https://postgr.es/m/CAO6_Xqq5yKJHcJsq__LPcKwSY0XHRqVERNWGxx5ttNXXj7+W=A@mail.gmail.comBackpatch-through: 161 parentd802ff0 commit196eeb6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
0 commit comments
Comments
(0)