Skip to content

Commit

Permalink
Merge pull request #1481 from cfengine/junit-summary-failure-improvem…
Browse files Browse the repository at this point in the history
…ent/3.21

junit summary failure improvement/3.21
  • Loading branch information
craigcomstock authored Jul 16, 2024
2 parents e9e4aa7 + 102a149 commit 532ec30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ci/Dockerfile-cfengine-build-package
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM ubuntu:20.04
RUN cat /etc/resolv.conf
RUN bash -c 'echo "test" >/dev/tcp/archive.ubuntu.com/80'
RUN apt-get update -y && apt-get install -y systemd wget sudo
# some ways of debugging update problems below, uncomment to try, see ENT-11871 for archive.ubuntu.com flakes
#RUN apt-get update -y -o Debug::Acquire::http=true
#RUN apt-get install -y -o Debug::Acquire::http=true systemd wget sudo
ADD setup.sh /
RUN /bin/bash -c '/setup.sh 2>&1 > setup.log'
CMD [ "/lib/systemd/systemd" ]
2 changes: 1 addition & 1 deletion ci/junit-text-summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if test -z "$1"; then
fi
if ! test -f "$1"; then
echo "File $1 not found"
exit 1
exit 0
fi
echo "## Test Summary for $1"
xmlstarlet sel -T \
Expand Down

0 comments on commit 532ec30

Please sign in to comment.