mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 03:50:17 +01:00
build-from-source: enable randomization for unit-tests
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/125
This commit is contained in:
parent
01207ebcf6
commit
794b2ba24e
1 changed files with 3 additions and 0 deletions
|
|
@ -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/*'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue