diff options
Diffstat (limited to 'tools/binman/ftest.py')
-rw-r--r-- | tools/binman/ftest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index d3e6e675104..ffef213c0ff 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -274,7 +274,7 @@ class TestFunctional(unittest.TestCase): @classmethod def setup_test_args(cls, preserve_indir=False, preserve_outdirs=False, - toolpath=None, verbosity=None): + toolpath=None, verbosity=None, no_capture=False): """Accept arguments controlling test execution Args: @@ -289,6 +289,7 @@ class TestFunctional(unittest.TestCase): cls.preserve_outdirs = preserve_outdirs cls.toolpath = toolpath cls.verbosity = verbosity + cls.no_capture = no_capture def _CheckBintool(self, bintool): if not bintool.is_present(): |