From d88cc24d4099fbfe308e0f24499e14ccf3f09d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Slowenski?= Date: Tue, 26 Sep 2023 12:41:46 +0200 Subject: [PATCH] Minor docstring update Change-Id: Ie175b3dc36235814d88f89a8173d8f3d87796293 --- tests/scripts/merge-junit-suites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/merge-junit-suites.py b/tests/scripts/merge-junit-suites.py index 0a718c17053..faf46204114 100755 --- a/tests/scripts/merge-junit-suites.py +++ b/tests/scripts/merge-junit-suites.py @@ -2,7 +2,7 @@ # Copyright (C) 2023 Checkmk GmbH - License: GNU General Public License v2 # This file is part of Checkmk (https://checkmk.com). It is subject to the terms and # conditions defined in the file COPYING, which is part of this source code package. -"""Used to merge bulk-mode chunk report.""" +"""Merge several junit report files (combining suites of the same name).""" import os import sys from xml.etree import ElementTree