The only thing that didn happen automatically for me was the download and installation of Drupal 7 HEAD into the checkout directory. Is that meant to happen as part of running the testing_server_install.sh script or does another part look after that?
I believe that a checkout of HEAD occurs when a new patch is received from the master and the testing with the patch is triggered. So PIFR client does the checkout of HEAD and then runs the test. See: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/project_… You can run the simpletests from the command line using this scripts in the Drupal 7 /scripts directory: http://cvs.drupal.org/viewvc.py/drupal/drupal/scripts/run-tests.sh?vi…