- Notifications
You must be signed in to change notification settings - Fork28
Commit431f159
committed
Add support for NO_INSTALLCHECK in MSVC scripts
When fetching a list of tests for a given extension in contrib/ orsrc/test/modules/, NO_INSTALLCHECK now gets checked first. If present,an empty list of tests is returned to let the caller know that testsfor this module need to be bypassed.This actually fixes a set of issues with MSVC with modules usingREGRESS_OPTS, as an incorrect parsing caused the launched commandto eat the first test listed. The actual effect on the tree is thatseveral modules listed a single test, so regressions have been runningwith no actual tests. pg_stat_statements, test_rls_hooks and commit_tswere impacted by that. Some other modules like test_decoding (orsnapshot_too_old) don't use yet PGXS rules, but their makefiles willsoon be refactored with an upcoming patch.Author: Michael PaquierReviewed-by: Andrew DunstanDiscussion:https://postgr.es/m/20181126054302.GI1776@paquier.xyz1 parent2ac180c commit431f159
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
364 | 368 |
| |
365 | 369 |
| |
366 | 370 |
| |
| |||
391 | 395 |
| |
392 | 396 |
| |
393 | 397 |
| |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
394 | 406 |
| |
395 | 407 |
| |
396 | 408 |
| |
| |||
638 | 650 |
| |
639 | 651 |
| |
640 | 652 |
| |
| 653 | + | |
| 654 | + | |
641 | 655 |
| |
642 | 656 |
| |
643 | 657 |
| |
| |||
651 | 665 |
| |
652 | 666 |
| |
653 | 667 |
| |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
654 | 676 |
| |
655 | 677 |
| |
656 | 678 |
| |
|
0 commit comments
Comments
(0)