forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc4fe319
committed
Probe $PROVE not $PERL while checking for modules needed by TAP tests.
Normally "prove" and "perl" come from the same Perl installation,but we support the case where they don't (mainly because the MSysbuildfarm animals need this). In that case, AX_PROG_PERL_MODULESis completely the wrong thing to use, because it's checking what"perl" has. Instead, make a little TAP test script including therequired modules, and run that under "prove".We don't need ax_prog_perl_modules.m4 at all after this change,so remove it.Back-patch to all supported branches, for the buildfarm's benefit.(In v10, this also back-patches the effects of commit264eb03.)Andrew Dunstan and Tom Lane, per an observation by Noah MischDiscussion:https://postgr.es/m/E1moZHS-0002Cu-Ei@gemulon.postgresql.org1 parent2fed48f commitc4fe319
File tree
5 files changed
+53
-183
lines changed- config
5 files changed
+53
-183
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
Lines changed: 0 additions & 77 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
Lines changed: 18 additions & 92 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19410 | 19410 |
| |
19411 | 19411 |
| |
19412 | 19412 |
| |
19413 |
| - | |
19414 |
| - | |
19415 |
| - | |
19416 |
| - | |
19417 |
| - | |
19418 |
| - | |
19419 |
| - | |
19420 |
| - | |
19421 |
| - | |
19422 |
| - | |
19423 |
| - | |
19424 |
| - | |
19425 |
| - | |
19426 |
| - | |
19427 |
| - | |
19428 |
| - | |
19429 |
| - | |
19430 |
| - | |
19431 |
| - | |
19432 |
| - | |
19433 |
| - | |
19434 |
| - | |
19435 |
| - | |
19436 |
| - | |
19437 |
| - | |
19438 |
| - | |
19439 |
| - | |
19440 |
| - | |
19441 |
| - | |
19442 |
| - | |
19443 |
| - | |
19444 |
| - | |
19445 |
| - | |
19446 |
| - | |
19447 |
| - | |
19448 |
| - | |
19449 |
| - | |
19450 |
| - | |
19451 |
| - | |
19452 |
| - | |
19453 |
| - | |
19454 |
| - | |
19455 |
| - | |
19456 |
| - | |
19457 |
| - | |
19458 |
| - | |
19459 |
| - | |
19460 |
| - | |
19461 |
| - | |
19462 |
| - | |
19463 |
| - | |
19464 |
| - | |
19465 |
| - | |
19466 |
| - | |
19467 |
| - | |
19468 |
| - | |
19469 |
| - | |
19470 |
| - | |
19471 |
| - | |
19472 |
| - | |
19473 |
| - | |
19474 |
| - | |
19475 |
| - | |
19476 |
| - | |
19477 |
| - | |
19478 |
| - | |
19479 |
| - | |
19480 |
| - | |
19481 |
| - | |
19482 |
| - | |
19483 |
| - | |
19484 |
| - | |
19485 |
| - | |
19486 |
| - | |
19487 |
| - | |
19488 |
| - | |
19489 |
| - | |
19490 |
| - | |
19491 |
| - | |
19492 |
| - | |
19493 |
| - | |
19494 |
| - | |
19495 |
| - | |
19496 |
| - | |
19497 |
| - | |
19498 |
| - | |
19499 |
| - | |
19500 |
| - | |
19501 |
| - | |
19502 |
| - | |
19503 |
| - | |
19504 |
| - | |
| 19413 | + | |
19505 | 19414 |
| |
19506 | 19415 |
| |
19507 | 19416 |
| |
| |||
19559 | 19468 |
| |
19560 | 19469 |
| |
19561 | 19470 |
| |
| 19471 | + | |
| 19472 | + | |
| 19473 | + | |
| 19474 | + | |
| 19475 | + | |
| 19476 | + | |
| 19477 | + | |
| 19478 | + | |
| 19479 | + | |
| 19480 | + | |
| 19481 | + | |
| 19482 | + | |
| 19483 | + | |
| 19484 | + | |
| 19485 | + | |
| 19486 | + | |
| 19487 | + | |
19562 | 19488 |
| |
19563 | 19489 |
| |
19564 | 19490 |
| |
|
Lines changed: 15 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2377 | 2377 |
| |
2378 | 2378 |
| |
2379 | 2379 |
| |
2380 |
| - | |
2381 |
| - | |
2382 |
| - | |
2383 |
| - | |
2384 |
| - | |
2385 |
| - | |
2386 |
| - | |
2387 |
| - | |
2388 |
| - | |
2389 |
| - | |
2390 |
| - | |
2391 |
| - | |
2392 |
| - | |
| 2380 | + | |
2393 | 2381 |
| |
2394 | 2382 |
| |
2395 | 2383 |
| |
2396 | 2384 |
| |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
2397 | 2399 |
| |
2398 | 2400 |
| |
2399 | 2401 |
| |
|
0 commit comments
Comments
(0)