[GHA][CONFORMANCE] Init gtest filter for parallel runner in case not used arg (#20234)

This commit is contained in:
Irina Efode 2023-10-04 14:57:32 +04:00 committed by GitHub
parent 0b56e8d32d
commit 8679414be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,7 @@ class TestParallelRunner:
self._exec_file_path = exec_file_path self._exec_file_path = exec_file_path
self._working_dir = working_dir self._working_dir = working_dir
self._conformance_ir_filelists = list() self._conformance_ir_filelists = list()
self._gtest_filter = ""
self._command = self.__init_basic_command_line_for_exec_file(test_command_line) self._command = self.__init_basic_command_line_for_exec_file(test_command_line)
self._worker_num = worker_num self._worker_num = worker_num
if not os.path.exists(self._working_dir): if not os.path.exists(self._working_dir):