Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test: run message and pseudo-tty tests in parallel
PR-URL: #38502
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
richardlau authored and targos committed Jun 11, 2021
1 parent d13508d commit d98b355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/message/testcfg.py
Expand Up @@ -43,6 +43,7 @@ def __init__(self, path, file, expected, arch, mode, context, config):
self.config = config
self.arch = arch
self.mode = mode
self.parallel = True

def IgnoreLine(self, str):
"""Ignore empty lines and valgrind output."""
Expand Down
1 change: 1 addition & 0 deletions test/pseudo-tty/testcfg.py
Expand Up @@ -48,6 +48,7 @@ def __init__(self, path, file, expected, input_arg, arch, mode, context, config)
self.config = config
self.arch = arch
self.mode = mode
self.parallel = True

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

0 comments on commit d98b355

Please sign in to comment.