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

Unified Diff: client/tests/isolate_test.py

Issue 2844063005: Add option to collapse symlinks in isolate.py (Closed)
Patch Set: fix space Created 3 years, 8 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
Index: client/tests/isolate_test.py
diff --git a/client/tests/isolate_test.py b/client/tests/isolate_test.py
index eaffdf3c36ef5fe12929769ad6d59c31fe33e71c..9a7462504e49c77277c39dfa27781742314f68b0 100755
--- a/client/tests/isolate_test.py
+++ b/client/tests/isolate_test.py
@@ -289,6 +289,7 @@ class IsolateLoad(IsolateBase):
}
extra_variables = {'foo': 'bar'}
ignore_broken_items = False
+ collapse_symlinks = False
return Options()
def _cleanup_isolated(self, expected_isolated):

Powered by Google App Engine
This is Rietveld 408576698