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

Unified Diff: appengine/swarming/swarming_bot/bot_code/bot_main.py

Issue 2669833002: bot_code: Add c dir to PASSLIST (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/swarming_bot/bot_code/bot_main.py
diff --git a/appengine/swarming/swarming_bot/bot_code/bot_main.py b/appengine/swarming/swarming_bot/bot_code/bot_main.py
index 7f090e494ed7c1c7517a68bb82a006d766124ae4..efa765d5c174359162b1b3b954fec6b6f9aa71a3 100644
--- a/appengine/swarming/swarming_bot/bot_code/bot_main.py
+++ b/appengine/swarming/swarming_bot/bot_code/bot_main.py
@@ -71,6 +71,7 @@ SINGLETON = singleton.Singleton(os.path.dirname(THIS_FILE))
# for more details.
PASSLIST = (
'*-cacert.pem',
+ 'c',
'cipd_cache',
'isolated_cache',
'logs',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698