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

Unified Diff: tools/sharding_supervisor/sharding_supervisor.py

Issue 20104003: Roll swarm_client @ 213621. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update DEPS with the right revision Created 7 years, 5 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 | « net/net_unittests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sharding_supervisor/sharding_supervisor.py
diff --git a/tools/sharding_supervisor/sharding_supervisor.py b/tools/sharding_supervisor/sharding_supervisor.py
index e18eae14cc5e5c74a18631744283f79f32ffc9ee..4bddeb266694eaf7dde96cc50859b0a62714c6ee 100755
--- a/tools/sharding_supervisor/sharding_supervisor.py
+++ b/tools/sharding_supervisor/sharding_supervisor.py
@@ -60,7 +60,8 @@ def main():
parser.disable_interspersed_args()
options, args = parser.parse_args()
- swarm_client_dir = os.path.join(ROOT_DIR, 'tools', 'swarm_client')
+ swarm_client_dir = os.path.join(
+ ROOT_DIR, 'tools', 'swarm_client', 'googletest')
sys.path.insert(0, swarm_client_dir)
cmd = [
« no previous file with comments | « net/net_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698