docs: dev: windows set example misleading (#1713)

The example I provided implied that the set applied only to the next
command. I've learned that this is not the case.

Also: mention what shell examples apply to.
This commit is contained in:
Lee Read 2024-07-26 13:50:40 -04:00 committed by GitHub
parent e258358170
commit 0527f6a372
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,12 +112,13 @@ Note: If you have to modify any test file or configuration to have it work with
bb, add an inline comment with prefix `BB-TEST-PATCH:` explaining what you did.
## Windows
We have corresponding `.bat` scripts for Windows, examples:
We have corresponding `.bat` scripts for Windows, examples from a CMD Shell:
```shell
script\test.bat
script\run_lib_tests.bat
set BABASHKA_TEST_ENV=native & script\run_lib_tests.bat
set BABASHKA_TEST_ENV=native
script\run_lib_tests.bat
```
### Enable Windows Symbolic Links