summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fedora/REQUIRED_PACKAGES2
-rwxr-xr-xcontrib/scripts/nm-ci-run.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES
index 9928cf0000..00164cc669 100755
--- a/contrib/fedora/REQUIRED_PACKAGES
+++ b/contrib/fedora/REQUIRED_PACKAGES
@@ -52,8 +52,10 @@ install \
newt-devel \
nss-devel \
polkit-devel \
+ ppp \
ppp-devel \
pygobject3-base \
+ python-gobject-base \
python3-dbus \
python3-gobject \
qt-devel \
diff --git a/contrib/scripts/nm-ci-run.sh b/contrib/scripts/nm-ci-run.sh
index 1d4b573439..dd8fd28457 100755
--- a/contrib/scripts/nm-ci-run.sh
+++ b/contrib/scripts/nm-ci-run.sh
@@ -126,7 +126,7 @@ _print_test_logs() {
echo ">>>> PRINT TEST LOGS $1 (done)"
if _with_valgrind; then
echo ">>>> PRINT VALGRIND LOGS $1 (start)"
- find -name '*.valgrind-log' -print0 | xargs -0 grep -H ^
+ find -name '*.valgrind-log' -print0 | xargs -0 grep -H ^ || true
echo ">>>> PRINT VALGRIND LOGS $1 (done)"
fi
}