summaryrefslogtreecommitdiff
path: root/src/test/burn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/README.md')
-rw-r--r--src/test/burn/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/README.md b/src/test/burn/README.md
index 6c9edb3c..30623b7e 100644
--- a/src/test/burn/README.md
+++ b/src/test/burn/README.md
@@ -10,8 +10,8 @@ They modify machine state so it's strongly recommended *not* to run these tests
10They should be run on a VM instead, where you can easily roll back. 10They should be run on a VM instead, where you can easily roll back.
11 11
121. Run build.cmd to build everything (the tests will not automatically run). 121. Run build.cmd to build everything (the tests will not automatically run).
131. Copy the build\IntegrationBurn\Debug\netcoreapp3.1 folder to your VM. 131. Copy the build\IntegrationBurn\Debug\net6.0-windows folder to your VM.
141. Open an elevated command prompt and navigate to the netcoreapp3.1 folder. 141. Open an elevated command prompt and navigate to the net6.0-windows folder.
151. Run the runtests.cmd file to run the tests. 151. Run the runtests.cmd file to run the tests.
16 16
17You can modify the runtests.cmd to run specific tests. 17You can modify the runtests.cmd to run specific tests.