diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 644793aae..c580dd0f0 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -162,7 +162,11 @@ pre_initialize_variables () { YOTTA=1 # 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 diff --git a/tests/scripts/basic-build-test.sh b/tests/scripts/basic-build-test.sh index 45fa900b9..f4f6f4e35 100755 --- a/tests/scripts/basic-build-test.sh +++ b/tests/scripts/basic-build-test.sh @@ -84,7 +84,10 @@ fi : ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"} # Used to make ssl-opt.sh deterministic. -# !!! Keep this in sync with RELEASE_SEED in all.sh !!! +# +# See also RELEASE_SEED in all.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 all.sh as well. : ${SEED:=1} export SEED