diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh index 1894b4a82b..386edffd6c 100755 --- a/contrib/rh-bkr/build-from-source.sh +++ b/contrib/rh-bkr/build-from-source.sh @@ -95,6 +95,9 @@ fi cd "./NetworkManager/" +# enable randomization for unit-tests. +export NMTST_SEED_RAND= + # if we fetch from a github repository, we also care about the refs to the pull-requests # fetch them too. git config --add remote.origin.fetch '+refs/heads/*:refs/heads/*'