From 794b2ba24e4641bb8b22ed543991f9e14ba4e1f1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 17 May 2019 13:43:58 +0200 Subject: [PATCH] build-from-source: enable randomization for unit-tests https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/125 --- contrib/rh-bkr/build-from-source.sh | 3 +++ 1 file changed, 3 insertions(+) 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/*'