mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Adjust comments about SEED synchronisation
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
c2400d38fe
commit
1bff6847fb
2 changed files with 9 additions and 2 deletions
|
|
@ -161,7 +161,11 @@ pre_initialize_variables () {
|
|||
KEEP_GOING=0
|
||||
|
||||
# Seed value used with the --release-test option.
|
||||
# !!! Keep this in sync with SEED in basic-build-test.sh !!!
|
||||
#
|
||||
# See also RELEASE_SEED in basic-build-test.sh. Debugging is easier if
|
||||
# both values are kept in sync. If you change the value here because it
|
||||
# breaks some tests, you'll definitely want to change it in
|
||||
# basic-build-test.sh as well.
|
||||
RELEASE_SEED=1
|
||||
|
||||
# Default commands, can be overridden by the environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue