From a54347294a6f18ebf86bb98dee4dcbb32af051fa Mon Sep 17 00:00:00 2001 From: thebaptiste Date: Fri, 13 Dec 2024 13:11:34 +0000 Subject: [PATCH] build: add diffutils for integration tests on mfext --- common_files/.github/workflows/mfxxx_integration_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common_files/.github/workflows/mfxxx_integration_tests.sh b/common_files/.github/workflows/mfxxx_integration_tests.sh index b63b48b..42ef9bb 100755 --- a/common_files/.github/workflows/mfxxx_integration_tests.sh +++ b/common_files/.github/workflows/mfxxx_integration_tests.sh @@ -7,6 +7,7 @@ cd /src {% if REPO == "mfext" %} yum -y localinstall ./rpms/metwork-mfext*.rpm + yum -y install diffutils if test -d "integration_tests"; then cd integration_tests; /opt/metwork-mfext/bin/mfext_wrapper ./run_integration_tests.sh; cd ..; fi {% else %} echo -e "[metwork_${DEP_BRANCH}]" >/etc/yum.repos.d/metwork.repo