forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc4dd4b1
regress: allow to specify directory containing expected files, for ecpg
The ecpg tests have their input directory in the build directory, as the testsneed to be built. Until now that required copying the expected/ directory tothe build directory in VPATH builds. To avoid needing to implement the samefor the meson build, add support for specifying the location of the expecteddirectory.Now that that's not needed anymore, remove the copying of ecpg's expecteddirectory to the build directory in VPATH builds.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Author: Andres Freund <andres@anarazel.de>Reviewed-by: Andres Freund <andres@anarazel.de>Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/20220718202327.pspcqz5mwbi2yb7w@awork3.anarazel.de1 parent78a4f82 commitc4dd4b1
File tree
4 files changed
+22
-22
lines changed- src
- interfaces/ecpg/test
- test/regress
4 files changed
+22
-22
lines changedLines changed: 10 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
80 | 72 |
| |
81 | 73 |
| |
82 | 74 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| |||
1975 | 1976 |
| |
1976 | 1977 |
| |
1977 | 1978 |
| |
| 1979 | + | |
1978 | 1980 |
| |
1979 | 1981 |
| |
1980 | 1982 |
| |
| |||
2038 | 2040 |
| |
2039 | 2041 |
| |
2040 | 2042 |
| |
| 2043 | + | |
2041 | 2044 |
| |
2042 | 2045 |
| |
2043 | 2046 |
| |
| |||
2164 | 2167 |
| |
2165 | 2168 |
| |
2166 | 2169 |
| |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
2167 | 2173 |
| |
2168 | 2174 |
| |
2169 | 2175 |
| |
| |||
2203 | 2209 |
| |
2204 | 2210 |
| |
2205 | 2211 |
| |
| 2212 | + | |
2206 | 2213 |
| |
2207 | 2214 |
| |
2208 | 2215 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
|
0 commit comments
Comments
(0)