get_relevant_tests.pl -- determine the set of relevant tests for a set of bugs of a given project.
get_relevant_tests.pl -p project_id [-b bug_id] [-t tmp_dir] [-o out_dir]
project_id
The id of the project for which the relevant tests are determined.
bug_id
Only determine relevant tests for this bug id (optional). Format: \d+
The temporary root directory to be used to check out revisions (optional). The default is /tmp.
The output directory to be used (optional). The default is relevant_tests in Defects4J's project directory.
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.