summaryrefslogtreecommitdiff
path: root/.gitlab-ci/meson-build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/meson-build.sh')
-rwxr-xr-x.gitlab-ci/meson-build.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh
index 2a6390c..1ed1923 100755
--- a/.gitlab-ci/meson-build.sh
+++ b/.gitlab-ci/meson-build.sh
@@ -46,10 +46,4 @@ meson test -C "$MESON_BUILDDIR" $MESON_TEST_ARGS --print-errorlogs
exit_code=$?
set -e
-# We need the glob for the testlog so that it picks up those suffixed by a
-# suite (e.g. testlog-valgrind.json)
-./.gitlab-ci/meson-junit-report.py \
- --output="$MESON_BUILDDIR/junit-$CI_JOB_NAME-report.xml" \
- "$MESON_BUILDDIR"/meson-logs/testlog*.json; \
-
exit $exit_code