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

Unified Diff: appengine/swarming/local_smoke_test.py

Issue 2877483004: Reland "named caches: move instead of symlinking" (Closed)
Patch Set: remove wrong comment Created 3 years, 7 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: appengine/swarming/local_smoke_test.py
diff --git a/appengine/swarming/local_smoke_test.py b/appengine/swarming/local_smoke_test.py
index d429e55a14f162eff540e10421b1ae2362123dd6..9d61a16dfa32faaaa2ff99a5ae57243fc2c31904 100755
--- a/appengine/swarming/local_smoke_test.py
+++ b/appengine/swarming/local_smoke_test.py
@@ -638,9 +638,6 @@ class Test(unittest.TestCase):
# directory. Each time it's the exact same script.
script = '\n'.join((
'import os, shutil, sys',
- 'if not os.path.islink("p/b"):',
- ' print("p/b is not a symlink")',
- ' sys.exit(1)',
'p = "p/b/a.txt"',
'if not os.path.isfile(p):',
' with open(p, "wb") as f:',

Powered by Google App Engine
This is Rietveld 408576698