Skip to content

Commit 89e1dac

Browse files
richardlautargos
authored andcommitted
test: run message and pseudo-tty tests in parallel
PR-URL: #38502 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 1514885 commit 89e1dac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/message/testcfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def __init__(self, path, file, expected, arch, mode, context, config):
4343
self.config = config
4444
self.arch = arch
4545
self.mode = mode
46+
self.parallel = True
4647

4748
def IgnoreLine(self, str):
4849
"""Ignore empty lines and valgrind output."""

test/pseudo-tty/testcfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def __init__(self, path, file, expected, input_arg, arch, mode, context, config)
4848
self.config = config
4949
self.arch = arch
5050
self.mode = mode
51+
self.parallel = True
5152

5253
def IgnoreLine(self, str_arg):
5354
"""Ignore empty lines and valgrind output."""

0 commit comments

Comments
 (0)