test_it.php
Version
1.20.2.11.2.4 (checked in on 2007/10/04 at 21:54:48 by rokZlender)
Functions
| Name | Description |
|---|---|
| checkSyntax | Checky syntax of files that are patched with patch at patch_url. Syntax is checked with php -l |
| check_bins | Checks if all files in array are where they are supposed to be. If not terminates testing with a proper msg |
| execute | Executes command |
| getVersion | Returns Drupal major version. Basically this function strips down minor Drupal versions. |
| get_latest_tag | Turns module name and Drupal version into the correct CVS tag for the given module, favors stable tags over branches |
| parseResults | Parses result text and returns number of fails and passes |
| terminateTesting | Function that sends response to test server and calls exit |
| test | Main test script. Call this with node id of the test_instance |
| version_to_tag | Converts human readable patch version to drupal tag or branch |
