mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
ci: fix test failures on non Fedora distros
This commit is contained in:
parent
b33882e57f
commit
03ff197b96
1 changed files with 3 additions and 1 deletions
|
|
@ -116,7 +116,9 @@ fi
|
|||
|
||||
if is_run_selected rpm+meson; then
|
||||
do_clean
|
||||
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 is_run_selected tarball && [ "$NM_BUILD_TARBALL" = 1 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue