sanity_check.pl -- perform sanity check for a project or project version.
sanity_check.pl -p project_id [-b bug_id] [-t tmp_dir]
project_id
The id of the project for which the sanity check is run. See Project module for available project IDs.
bug_id
Only run the sanity check for this bug id (optional). Format: \d+
.
The temporary root directory to be used to check out revisions (optional). The default is /tmp.
Checks out each project version, and runs the sanity check on it. This script stops as soon as an error occurs.