Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: test/lib/TestCmd.py

Issue 9460049: Next level of changes to get more of Chrome building (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: wip Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pylib/gyp/win_tool.py ('k') | test/win/compiler_flags/additional-options.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « pylib/gyp/win_tool.py ('k') | test/win/compiler_flags/additional-options.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698