Skip to content

Commit 945906a

Browse files
committed
document RABBITMQ_RABBITMQCTL_PATH environment variable
1 parent 9521faf commit 945906a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD_DOTNET_CORE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ It can be obtained for your chosen platform [here](https://www.microsoft.com/net
77
* Run `dotnet build`
88
* To run the tests cd into `projects/client/Unit.Runner`
99
* Run `dotnet restore`
10-
* Run `dotnet run`. This will run the entire test suite. There is currently no way to only run a subset of tests.
10+
* Run `dotnet run`. This will run the entire test suite. There is currently no way to only run a subset of tests.
11+
If you get a warning saying `rabbitmqctl` cannot be found please set the `RABBITMQ_RABBITMQCLT_PATH` environment variable to point to where `rabbitmqctl` can be located.

0 commit comments

Comments
 (0)