See also #1231736: Profile doesn't install drupalorg_crosssite module - yes, I've verified that patch is present (drupalorg_crosssite is present in drupalorg_testing_profile_modules). When doing a fresh install, I get:
The drupalorg_crosssite module is required but was not found. Please move it into the modules subdirectory.
I presume it needs to be added to drupalorg_testing.make?
Comments
Comment #1
xjmI worked around this by cloning the project directly:
git clone --recursive --branch 6.x-3.x http://git.drupal.org/project/drupalorg_crosssite.gitComment #2
webchickThanks! Fixed in http://drupalcode.org/project/drupalorg_testing.git/commitdiff/a6f229d3f...