Commit 51587a69 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

simplify tag execution/analysis header format and add separator

parent d1a584af
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1027,9 +1027,10 @@ class MLDConformance:

        self.totalTests = len(selectedTests)
        print(
            f"Executing tests for {tag}  {'Filter=' + self.filter if self.filter else ''} ({self.totalTests} tests)",
            f"Executing tests for {tag}  ({self.totalTests} tests):",
            flush=True,
        )
        print("---------------------------")
        if not self.args.no_multi_processing:
            with Pool() as pool:
                args = [
@@ -1109,9 +1110,10 @@ class MLDConformance:

        self.totalTests = len(selectedTests)
        print(
            f"Analysing tests for {tag}  {'Filter=' + self.filter if self.filter else ''} ({self.totalTests} tests)",
            f"Analysing tests for {tag}  ({self.totalTests} tests):",
            flush=True,
        )
        print("---------------------------")

        def handle_test_result(
            testPrefix,