forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28bdfa2
committed
Print information about type of test and subdirectory before running tests.
When testing check-world it's hard to know what the test the test failureoutput belongs to. The tap test output is especially problematic, partiallydue to our practice of reusing test names like 001_basic.pl.This isn't a real issue on the buildfarm, which invokes tests separately, butlocally and for CI it's quite annoying.To fix, the test target provisos in Makefile.global.in now output echo "+++ (regress|isolation|tap) [install-]check in $(subdir) +++"before running the tests.Discussion:https://postgr.es/m/20220330165039.3zseuiraxfjkksf5@alap3.anarazel.de1 parentd5f43a1 commit28bdfa2
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
| 451 | + | |
451 | 452 |
| |
452 | 453 |
| |
453 | 454 |
| |
| |||
458 | 459 |
| |
459 | 460 |
| |
460 | 461 |
| |
| 462 | + | |
461 | 463 |
| |
462 | 464 |
| |
463 | 465 |
| |
| |||
469 | 471 |
| |
470 | 472 |
| |
471 | 473 |
| |
| 474 | + | |
472 | 475 |
| |
473 | 476 |
| |
474 | 477 |
| |
| |||
663 | 666 |
| |
664 | 667 |
| |
665 | 668 |
| |
| 669 | + | |
666 | 670 |
| |
667 | 671 |
| |
668 | 672 |
| |
| |||
671 | 675 |
| |
672 | 676 |
| |
673 | 677 |
| |
| 678 | + | |
674 | 679 |
| |
675 | 680 |
| |
676 | 681 |
| |
677 | 682 |
| |
678 | 683 |
| |
679 | 684 |
| |
| 685 | + | |
680 | 686 |
| |
681 | 687 |
| |
682 | 688 |
| |
| |||
685 | 691 |
| |
686 | 692 |
| |
687 | 693 |
| |
| 694 | + | |
688 | 695 |
| |
689 | 696 |
| |
690 | 697 |
| |
|
0 commit comments
Comments
(0)