diff options
Diffstat (limited to 'bitbake/lib/toaster/contrib/tts/runner.py')
-rwxr-xr-x | bitbake/lib/toaster/contrib/tts/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/runner.py b/bitbake/lib/toaster/contrib/tts/runner.py index f55c4934cc..e7e4dd2d2e 100755 --- a/bitbake/lib/toaster/contrib/tts/runner.py +++ b/bitbake/lib/toaster/contrib/tts/runner.py | |||
@@ -181,7 +181,7 @@ if __name__ == "__main__": | |||
181 | no_failures = 1 | 181 | no_failures = 1 |
182 | try: | 182 | try: |
183 | if options.testdir is not None and os.path.exists(options.testdir): | 183 | if options.testdir is not None and os.path.exists(options.testdir): |
184 | testdir = options.testdir | 184 | testdir = os.path.abspath(options.testdir) |
185 | config.logger.info("No checkout, using %s" % testdir) | 185 | config.logger.info("No checkout, using %s" % testdir) |
186 | else: | 186 | else: |
187 | need_cleanup = True | 187 | need_cleanup = True |