mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:16:13 +03:00
Adjust vor VPATH builds
This commit is contained in:
parent
1647d64a4b
commit
3fd67b5f36
1 changed files with 3 additions and 3 deletions
|
|
@ -430,7 +430,7 @@ sub checkcmd {
|
|||
#
|
||||
my $disttests;
|
||||
sub get_disttests {
|
||||
my @dist = `cd $srcdir/data && make show`;
|
||||
my @dist = `cd data && make show`;
|
||||
$disttests = join("", @dist);
|
||||
}
|
||||
|
||||
|
|
@ -1891,8 +1891,8 @@ sub singletest {
|
|||
# timestamp test preparation start
|
||||
$timeprepini{$testnum} = Time::HiRes::time() if($timestats);
|
||||
|
||||
if($disttests !~ /\Wtest$testnum\W/ ) {
|
||||
print STDERR "NOTICE: data/test$testnum is not present in tests/data/Makefile.am!\n";
|
||||
if($disttests !~ /test$testnum\W/ ) {
|
||||
print STDERR "Warning: data/test$testnum is not present in tests/data/Makefile.am\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue