File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -489,15 +489,15 @@ The required change is outlined below as a diff.
489
489
### Running tests
490
490
491
491
To run the tests in your local machine, you can run the script
492
- ` scripts/local-tests.sh ` . This script assumes Dgraph and dgo (Go client) are
492
+ ` scripts/local-tests.sh ` . This script assumes Dgraph and [ dgo] ( https://github.com/dgraph-io/dgo ) (Go client) are
493
493
already built on the local machine and that their code is in ` $GOPATH/src ` .
494
494
It also requires that docker and docker-compose are installed in your machine.
495
495
496
496
The script will take care of bringing up a Dgraph cluster and bringing it down
497
- after the tests are executed. The script uses the port 9180 by default to
497
+ after the tests are executed. The script uses the port ` 9180 ` by default to
498
498
prevent interference with clusters running on the default port. Docker and
499
499
docker-compose need to be installed before running the script. Refer to the
500
- official Docker documentation for instructions on how to install those packages.
500
+ official [ Docker documentation] ( https://docs.docker.com/ ) for instructions on how to install those packages.
501
501
502
502
The ` test.sh ` script downloads and installs Dgraph. It is meant for use by our
503
503
CI systems and using it for local development is not recommended.
You can’t perform that action at this time.
0 commit comments