<<

NAME

sanity_check.pl -- perform sanity check for a project or project version.

SYNOPSIS

  sanity_check.pl -p project_id [-b bug_id] [-t tmp_dir]

DESCRIPTION

Checks out each project version, and runs the sanity check on it. Dies if any run fails.

OPTIONS

-p project_id

The id of the project for which the sanity check is run. See Project module for available project IDs.

-b bug_id

Only run the sanity check 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.

<<