summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/contrib/tts/toasteruitest
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/contrib/tts/toasteruitest')
-rwxr-xr-xbitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py2
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']