summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDmitry Kobets <89153909+dmitrykobets-msft@users.noreply.github.com>2023-12-14 20:12:43 -0800
committerTomas Mraz <tomas@openssl.org>2023-12-18 10:48:30 +0100
commit0ae5eefb2afbaaeb9cbf13d006781f9e9d27858a (patch)
tree76628b91a5f8fb78827dad9a1409537e307caac9 /.github
parent0f9182706ab989fea504a6c4b0bd9b2bf710b81d (diff)
Fix instructions for running tests on Windows
In the command `nmake TEST='foo' test`, on Windows the runner will look for test `'foo'` and complain about the test not being found (due to the extraneous single quotes), whereas with `nmake TEST="foo" test`, the test `foo` will be correctly found. CLA: trivial Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23059) (cherry picked from commit cf424d1da05b3cd928c97596af08e260429b308c)
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions