forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5bca69a
committed
Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts
These can be set in buildenv.pl or a "set" command within a Windowsterminal. The MSVC script vcregress.pl parses the values available inthe environment to build the resulting prove commands, and the parsingof PROVE_TESTS is able to handle name patterns in the same way as otherplatforms.Not specifying those environment values makes vcregress.pl fall back tothe previous default, with no extra flags for the prove command, and allthe tests run within t/.Author: Michael PaquierReviewed-by: Juan José Santamaría Flecha, Julien RouhaudDiscussion:https://postgr.es/m/YD9GigwHoL6lFY2y@paquier.xyz1 parentd3676a2 commit5bca69a
File tree
2 files changed
+33
-1
lines changed- doc/src/sgml
- src/tools/msvc
2 files changed
+33
-1
lines changedLines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
499 | 517 |
| |
500 | 518 |
| |
501 | 519 |
| |
|
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
213 | 227 |
| |
214 | 228 |
| |
215 | 229 |
| |
|
0 commit comments
Comments
(0)