ci: randomize tests during our CI

This affects gitlab-ci and travis-ci, which both run this script.
This commit is contained in:
Thomas Haller 2019-05-17 13:30:14 +02:00
parent 13be449296
commit 70487d9ff8

View file

@ -52,6 +52,10 @@ _WITH_LIBTEAM="$_TRUE"
_WITH_DOCS="$_TRUE"
_WITH_SYSTEMD_LOGIND="$_TRUE"
if [ "$NMTST_SEED_RAND" != "" ]; then
export NMTST_SEED_RAND=
fi
case "$CI" in
""|"true"|"default"|"gitlab")
CI=default