Browse Source

Merge pull request #507 from mendersoftware/dependabot/submodules/tests/mender-image-tests-e40f056

chore: bump tests/mender-image-tests from `5684966` to `e40f056`
4.0.x
Lluis Campos 2 years ago
committed by GitHub
parent
commit
8584f61a3a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mender-convert-modify
  2. 2
      tests/mender-image-tests

2
mender-convert-modify

@ -105,7 +105,7 @@ if [ "${MENDER_CLIENT_INSTALL}" = "y" ]; then
deb_get_and_install_pacakge mender-client "${MENDER_CLIENT_VERSION}"
# Save installed client version for tests in Yocto variable format
testscfg_add "PREFERRED_VERSION_mender-client" "$(echo ${DEB_NAME} | sed -r 's/.*_([0-9]+\.[0-9]+\.[0-9]+).*/\1/')"
testscfg_add "PREFERRED_VERSION:mender-client" "$(echo ${DEB_NAME} | sed -r 's/.*_([0-9]+\.[0-9]+\.[0-9]+).*/\1/')"
fi
if [ "${MENDER_ENABLE_SYSTEMD}" == "y" ]; then

2
tests/mender-image-tests

@ -1 +1 @@
Subproject commit 5684966507e5bd1810c1cebec16dd4fd3ab67974
Subproject commit e40f05676df9b0cbe82026e2768ee6d1fe961ed2
Loading…
Cancel
Save