From 0527f6a372df256994db82b67e7e0ca7b88555ce Mon Sep 17 00:00:00 2001 From: Lee Read Date: Fri, 26 Jul 2024 13:50:40 -0400 Subject: [PATCH] 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. --- doc/dev.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index f4ca481f..a7b27349 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -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