Skip to content

Commit

Permalink
build: add diffutils for integration tests on mfext
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Dec 13, 2024
1 parent 4814537 commit a543472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_files/.github/workflows/mfxxx_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a543472

Please sign in to comment.