Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jul 21, 2022
1 parent 6cf94e3 commit 1963afd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,26 @@ manipulations. It does not currently test for:
## Checkout the repo
cd $HOME
git clone git://github.com/civicrm/civicrm-upgrade-test.git
cd civicrm-upgrade-test
composer install
```

### Finding Test Cases

```bash
## Find snapshots from 5.0.0 through 5.30.0
./bin/civicrm-upgrade-snapshots @5.0.0..5.30.0
```

### Running Test Cases

```
## Create and edit a settings file
cd civicrm-upgrade-test
cp examples/civicrm-upgrade-test.settings.txt civicrm-upgrade-test.settings
vi civicrm-upgrade-test.settings
## Note: The file will include comments on the configuration options
```

### Running Test Cases

```bash
## Run the script with a single database
./bin/civicrm-upgrade-test databases/4.2.0-setupsh.sql.bz2
Expand Down

0 comments on commit 1963afd

Please sign in to comment.