1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Adjust comments about SEED synchronisation

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2020-06-22 10:11:47 +02:00
parent e050191ef5
commit 5430447a6e
2 changed files with 9 additions and 2 deletions

View File

@@ -123,7 +123,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
: ${MBEDTLS_TEST_OUTCOME_FILE=}