File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,16 @@ Two options to accomplish this are covered below.
42
42
43
43
### Option One: Using a RabbitMQ Release
44
44
45
- It is possible to install and run a node using any [ binary build] ( https://www.rabbitmq.com/download.html ) suitable
46
- for the platform. Its [ CLI tools] ( ) then must be added to ` PATH ` so that ` rabbitmqctl ` ( ` rabbitmqctl.bat ` on Windows)
47
- can be invoked directly without using an absolute file path.
45
+ It is possible to install and run a node using any [ binary build] ( https://www.rabbitmq.com/download.html )
46
+ suitable for the platform. Its [ CLI tools] ( ) then must be added to ` PATH ` so that ` rabbitmqctl ` can be
47
+ invoked directly without using an absolute file path. Note that this method does * not * work on Windows .
48
48
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
+ ```
49
55
50
56
### Option Two: Using RabbitMQ Umbrella Repository
51
57
You can’t perform that action at this time.
0 commit comments