Chromium Code Reviews| Index: tools/dartium/test.py |
| diff --git a/tools/dartium/test.py b/tools/dartium/test.py |
| index 75b85d511e2896e40afcdc6d78fde57790ba3214..86d97ebd84a5b3aba5495deda55479b53cc1b93e 100755 |
| --- a/tools/dartium/test.py |
| +++ b/tools/dartium/test.py |
| @@ -144,7 +144,7 @@ def main(): |
| pathname = os.path.dirname(sys.argv[0]) |
| fullpath = os.path.abspath(pathname) |
|
ricow1
2014/05/13 11:55:47
add a comment saying:
# We are in src/dart/tools/d
|
| - srcpath = os.path.normpath(os.path.join(fullpath, '..')) |
| + srcpath = os.path.normpath(os.path.join(fullpath, '..', '..', '..')) |
| test_mode = '' |
| timeout = 30000 |