5 use TAP
::Harness
::Archive
;
7 Getopt
::Long
::Parser
->new(
8 config
=> [ qw
/ pass_through / ],
10 'jobs:1' => \
(my $jobs = $ENV{TEST_JOBS
}),
11 'archive=s' => \
my $archive,
12 ) or die "$0: Couldn't getoptions()";
14 TAP
::Harness
::Archive
->new({
18 ?
(test_args
=> [ split /\s+/, $ENV{GIT_TEST_OPTS
} ])
20 extra_properties
=> {},