Skip to content

Commit

Permalink
fix-broken-links (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ameowlia authored Sep 30, 2024
1 parent 155fe39 commit 7fad033
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,8 @@ files for the BBS models:
`github.com/gogo/protobuf/gogoproto/gogo.proto` is on the `GOPATH`.

## SQL

See the instructions in [Running the SQL Unit Tests](https://github.com/cloudfoundry/diego-release/blob/develop/CONTRIBUTING.md#running-the-sql-unit-tests)
for testing against a SQL backend

See [Migrations](https://github.com/cloudfoundry/bbs/blob/master/doc/bbs-migration.md) for information about writing database migrations.

## Run Tests

1. First setup your [GOPATH and install the necessary dependencies](https://github.com/cloudfoundry/diego-release/blob/develop/CONTRIBUTING.md#initial-setup) for running tests.
1. Setup a MySQL server or a postgres server. [Please follow these instructions.](https://github.com/cloudfoundry/diego-release/blob/develop/CONTRIBUTING.md#running-the-sql-unit-tests)
1. Run the tests from the root directory of the bbs repo:
```
SQL_FLAVOR=mysql ginkgo -r -p -race
```
See the instructions in [the Diego Release contributing guide](https://github.com/cloudfoundry/diego-release/blob/develop/.github/CONTRIBUTING.md#running-tests)
for how to run all tests

0 comments on commit 7fad033

Please sign in to comment.