Loading scripts/ivas_conformance/runConformance.py +4 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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, Loading Loading
scripts/ivas_conformance/runConformance.py +4 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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, Loading