We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e4999 commit f5b8b22Copy full SHA for f5b8b22
RUNNING_TESTS.md
@@ -46,6 +46,12 @@ It is possible to install and run a node using any [binary build](https://www.ra
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.
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
55
56
### Option Two: Using RabbitMQ Umbrella Repository
57
0 commit comments