[openssl/openssl] 0ae5ee: Fix instructions for running tests on Windows
Dmitry Kobets
noreply at github.com
Mon Dec 18 09:50:50 UTC 2023
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 0ae5eefb2afbaaeb9cbf13d006781f9e9d27858a
https://github.com/openssl/openssl/commit/0ae5eefb2afbaaeb9cbf13d006781f9e9d27858a
Author: Dmitry Kobets <89153909+dmitrykobets-msft at users.noreply.github.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M test/README.md
Log Message:
-----------
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 at arm.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23059)
(cherry picked from commit cf424d1da05b3cd928c97596af08e260429b308c)
More information about the openssl-commits
mailing list