diff options
Diffstat (limited to 'bitbake/lib')
| -rwxr-xr-x | bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py b/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py index 2b312cb927..754636f0fa 100755 --- a/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py +++ b/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py | |||
| @@ -146,7 +146,7 @@ if __name__ == "__main__": | |||
| 146 | except: | 146 | except: |
| 147 | ret = 1 | 147 | ret = 1 |
| 148 | import traceback | 148 | import traceback |
| 149 | traceback.print_exc(5) | 149 | traceback.print_exc() |
| 150 | finally: | 150 | finally: |
| 151 | if os.getenv('TOASTER_SUITE'): | 151 | if os.getenv('TOASTER_SUITE'): |
| 152 | del os.environ['TOASTER_SUITE'] | 152 | del os.environ['TOASTER_SUITE'] |
