Chromium Code Reviews| Index: test/lib/TestCmd.py |
| diff --git a/test/lib/TestCmd.py b/test/lib/TestCmd.py |
| index 45d901ca2944a48629990fa64a6940a3ff8066ac..c94d90fe27227a0159be80cc10fb8b6a10a1f510 100644 |
| --- a/test/lib/TestCmd.py |
| +++ b/test/lib/TestCmd.py |
| @@ -970,6 +970,8 @@ class TestCmd(object): |
| the script exits to clean up temporary working directories as |
| appropriate for the exit status. |
| """ |
| + print self.workdir |
| + return |
| if not self._dirlist: |
| return |
| os.chdir(self._cwd) |