<<

NAME

get_relevant_tests.pl -- determine the set of relevant tests for a set of bugs of a given project.

SYNOPSIS

  get_relevant_tests.pl -p project_id [-b bug_id] [-t tmp_dir] [-o out_dir]

OPTIONS

-p project_id

The id of the project for which the relevant tests are determined.

-b bug_id

Only determine relevant tests for this bug id (optional). Format: \d+

-t tmp_dir

The temporary root directory to be used to check out revisions (optional). The default is /tmp.

-o out_dir

The output directory to be used (optional). The default is relevant_tests in Defects4J's project directory.

DESCRIPTION

Determines the set of relevant tests for each bug (or a particular bug) of a given project. The script stops as soon as an error occurs for any project version.

<<