diff --git a/README.md b/README.md index 734061c0..15f9c961 100644 --- a/README.md +++ b/README.md @@ -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