1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Improve a few comments & documentation

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2023-01-23 12:51:52 +01:00
parent c6967d21b9
commit 5a2e02635a
3 changed files with 5 additions and 5 deletions

View File

@ -10,8 +10,8 @@
#
# USAGE:
# - First, commit any uncommited changes. (Also, see warning below.)
# - including ssl-opt.sh: docs/architecture/psa-migration/outcome-analysis.sh
# - or: SKIP_SSL_OPT=1 docs/architecture/psa-migration/outcome-analysis.sh
# - Then launch --> [SKIP_SSL_OPT=1] docs/architecture/psa-migration/outcome-analysis.sh
# - SKIP_SSL_OPT=1 can optionally be set to skip ssl-opt.sh tests
#
# WARNING: this script checks out a commit other than the head of the current
# branch; it checks out the current branch again when running successfully,

View File

@ -393,7 +393,7 @@ manually for each PR that changes dependency declarations by using the script
2. The set of tests skipped in the driver-only build is the same as in an
equivalent software-based configuration. This is tested automatically by the
CI in the "Results analysis" stage, by running
`tests/scripts/analyze_outcomes.csv`. See the
`tests/scripts/analyze_outcomes.py`. See the
`analyze_driver_vs_reference_xxx` actions in the script and the comments above
their declaration for how to do that locally.