mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-23 04:40:27 +01:00
ci: fix test failures on non Fedora distros
(cherry picked from commit 03ff197b96)
This commit is contained in:
parent
2035048449
commit
fd1eaf7dd7
1 changed files with 3 additions and 1 deletions
|
|
@ -121,7 +121,9 @@ if check_run_clean meson+clang; then
|
|||
fi
|
||||
|
||||
if check_run_clean rpm+meson; then
|
||||
test $IS_FEDORA = 1 && ./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w test -w meson || die_with_testlog
|
||||
if [[ $IS_FEDORA = 1 ]]; then
|
||||
./contrib/fedora/rpm/build_clean.sh -g -w crypto_gnutls -w debug -w iwd -w test -w meson || die_with_testlog
|
||||
fi
|
||||
fi
|
||||
|
||||
if check_run_clean tarball && [ "$NM_BUILD_TARBALL" = 1 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue