From 453d92df20cf4373a915391ff9634fa66ffe6745 Mon Sep 17 00:00:00 2001 From: Jay07GIT Date: Tue, 20 Sep 2022 14:18:05 +0530 Subject: [PATCH] updated DEVELOPER_GUIDE.md --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index a37c18ae5..c1a0c76f0 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -267,7 +267,7 @@ Additionally, you can pass `--interactive` to `make run` or `make run-local` to From there you can run tests with the `/functional_test/run.sh` command. This allows for finer-grained control over the test execution process as well as easier inspection of logs. -You can run a specific test by name by running `make run -- -k `. Any arguments after +You can run a specific test by name by running `make build` and `make run -- -k `. Any arguments after `make run --` will be passed to the test runner [`test/api/functional/run.sh`](test/api/functional/run.sh). Finally, you can execute `make run-deps-bg` to all of the dependencies for the functional test, but not run the tests.