mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-22 01:14:54 +02:00
Relax pkg-test checks temporarily
`grep -i fail` will wrongly cause a failure at "Failed to set locale, defaulting to C".
This commit is contained in:
@@ -850,7 +850,7 @@ jobs:
|
||||
centos)
|
||||
sg lxd -c "lxc exec testcon -- yum remove -y ${{ matrix.pkg }}" 2>&1 | tee remove.log
|
||||
# yum remove exits with code 0 even if scriptlets fail, so look for some sign of failure
|
||||
! grep -qiE '(err|warn|fail)' remove.log
|
||||
! grep -qE '(err|warn|fail)' remove.log
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -863,7 +863,7 @@ jobs:
|
||||
centos)
|
||||
sg lxd -c "lxc exec testcon -- yum install -y /tmp/${PKG_FILE}" 2>&1 | tee reinstall.log
|
||||
# yum remove exits with code 0 even if scriptlets fail, so look for some sign of failure
|
||||
! grep -qiE '(err|warn|fail)' reinstall.log
|
||||
! grep -qE '(err|warn|fail)' reinstall.log
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user