test: run message and pseudo-tty tests in parallel

PR-URL: https://github.com/nodejs/node/pull/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>
pull/38541/head
Richard Lau 2021-05-01 18:54:27 -04:00 committed by James M Snell
parent b0341512b8
commit 3a6116dabb
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class MessageTestCase(test.TestCase):
self.config = config
self.arch = arch
self.mode = mode
self.parallel = True
def IgnoreLine(self, str):
"""Ignore empty lines and valgrind output."""

View File

@ -48,6 +48,7 @@ class TTYTestCase(test.TestCase):
self.config = config
self.arch = arch
self.mode = mode
self.parallel = True
def IgnoreLine(self, str_arg):
"""Ignore empty lines and valgrind output."""