forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8600031
committed
Fix obsolete config-module-exclusion logic in vcregress.pl.
The recent addition of regression tests to uuid-ossp exposed the factthat the MSVC build system wasn't being consistent about whether it wasbuilding/testing that contrib module, ie, it would try to test the moduleeven when it hadn't built it. The same hazard was latent for sslinfo.For the moment I just copied the more up-to-date logic from point A topoint B, but this is screaming for refactoring.Per buildfarm results.1 parent4bcb394 commit8600031
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| |||
0 commit comments
Comments
(0)