Skip to content

Commit f5b8b22

Browse files
committed
Merge pull request #921 from AStove/EditDocs2
Running Tests docs: quotes for setting env vars in windows (cherry picked from commit 6f65923)
1 parent 42e4999 commit f5b8b22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RUNNING_TESTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ It is possible to install and run a node using any [binary build](https://www.ra
4646
for the platform. Its [CLI tools]() then must be added to `PATH` so that `rabbitmqctl` (`rabbitmqctl.bat` on Windows)
4747
can be invoked directly without using an absolute file path.
4848

49+
On Windows, you must run unit tests as follows (replace `X.Y.Z` with your RabbitMQ version):
50+
51+
```
52+
set "RABBITMQ_RABBITMQCTL_PATH=C:\Program Files\RabbitMQ Server\rabbitmq_server-X.Y.Z\sbin\rabbitmqctl.bat"
53+
.\run-test.bat
54+
```
4955

5056
### Option Two: Using RabbitMQ Umbrella Repository
5157

0 commit comments

Comments
 (0)