| Index: tools/dartium/test.py
|
| diff --git a/tools/dartium/test.py b/tools/dartium/test.py
|
| index 75b85d511e2896e40afcdc6d78fde57790ba3214..d879d6e631651cd23fe8d0ea8eee72b66211de6c 100755
|
| --- a/tools/dartium/test.py
|
| +++ b/tools/dartium/test.py
|
| @@ -142,9 +142,10 @@ def main():
|
| if options.unchecked: checkmodes.append('unchecked')
|
| if options.checked: checkmodes.append('checked')
|
|
|
| + # We are in src/dart/tools/dartium/test.py.
|
| pathname = os.path.dirname(sys.argv[0])
|
| fullpath = os.path.abspath(pathname)
|
| - srcpath = os.path.normpath(os.path.join(fullpath, '..'))
|
| + srcpath = os.path.normpath(os.path.join(fullpath, '..', '..', '..'))
|
|
|
| test_mode = ''
|
| timeout = 30000
|
|
|