commit | 90218acfdf94283de53db4a4d6f9bea2dd447290 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Fri Apr 09 16:29:17 2010 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Apr 15 10:36:05 2010 -0700 |
tree | e28ef01a695856d607ff6a8bd35ea477fe1ea788 | |
parent | 39884388ede417af1186dd2605142554f4796d95 [diff] |
runtest --path fails with symlinked ANDROID_BUILD_TOP While reproducing b/2558977 I found that "runtest --path" did not work for me because my ANDROID_BUILD_TOP contained a symlink. This is a local fix to make FindTests use os.path.realpath instead of only half using os.path.abspath when trying to make canonical paths to compare. Change-Id: Ief353f52cb80b1798edc3c1233d1e082d9cebc26