summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/contrib/tts/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/contrib/tts/runner.py')
-rwxr-xr-xbitbake/lib/toaster/contrib/tts/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/runner.py b/bitbake/lib/toaster/contrib/tts/runner.py
index dac632cffa..3fd1b66e64 100755
--- a/bitbake/lib/toaster/contrib/tts/runner.py
+++ b/bitbake/lib/toaster/contrib/tts/runner.py
@@ -122,6 +122,7 @@ def execute_tests(dir_under_test, testname):
122 # we disable the broad-except because we want to actually catch all possible exceptions 122 # we disable the broad-except because we want to actually catch all possible exceptions
123 try: 123 try:
124 config.logger.debug("Discovered test clases: %s", pprint.pformat(tests)) 124 config.logger.debug("Discovered test clases: %s", pprint.pformat(tests))
125 unittest.installHandler()
125 suite = unittest.TestSuite() 126 suite = unittest.TestSuite()
126 loader = unittest.TestLoader() 127 loader = unittest.TestLoader()
127 result = unittest.TestResult() 128 result = unittest.TestResult()