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:
parent
e258358170
commit
0527f6a372
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue