Core: 6.16

The INSTALL.txt just says "apply the patch" for new developers who want to do testing, this could be confusing.

I proposing adding something along the following lines:

INSTALLATION
------------
1. Apply the D6-core-simpletest.patch file to the Drupal 6 core. Navigate to your site root and use the following command (for a unix system):
   patch -p0 < sites/all/modules/simpletest/D6-core-simpletest.patch

Comments

jdonson’s picture

This worked for me!

Jeremy:drupal619 jjdonson$ patch -p0 < sites/all/modules/simpletest/D6-core-simpletest.patch
patching file includes/bootstrap.inc
Hunk #1 succeeded at 1112 (offset 121 lines).
Hunk #2 succeeded at 1138 (offset 121 lines).
Hunk #3 succeeded at 1343 (offset 126 lines).
patching file includes/common.inc
Hunk #1 succeeded at 531 (offset 11 lines).
Hunk #2 succeeded at 2661 (offset 64 lines).
Hunk #3 succeeded at 3797 (offset 66 lines).
patching file install.php
Jeremy:drupal619 jjdonson$ pwd
/Applications/MAMP/htdocs/drupal619

boombatower’s picture

Status: Active » Fixed

Committed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.