Test::Lintian::Prepare -- routines to prepare the work directories
use Test::Lintian::Prepare qw(prepare);
The routines in this module prepare the work directories in which the tests are run. To do so, they use the specifications in the test set.
Return the path of the early log for the work directory RUN_PATH.
Prepares the work directory RUN_PATH for the test specified in SPEC_PATH. The test is assumed to be part of suite SUITE. The optional parameter REBUILD can force a rebuild if true.
Captures all output and places it in a file near the work directory. The log can be used as a starting point by the runner after copying it to a final location.
Populates a work directory $RUN_PATH with data from the test located in SPEC_PATH, which is assumed to belong to suite SUITE.
The optional parameter REBUILD forces a rebuild if true.