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

Unified Diff: scripts/slave/get_swarm_results.py

Issue 23176003: Create proper wrapper scripts to decouple from swarm_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Had forgot to append _shim to one comment Created 7 years, 4 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 | « scripts/master/factory/swarm_commands.py ('k') | scripts/slave/swarming/get_swarm_results.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/get_swarm_results.py
diff --git a/scripts/slave/get_swarm_results.py b/scripts/slave/get_swarm_results.py
index 417bd71d380cafc13877cecdb0ceaab3e0752d2a..e7dfa57f7cd5370263d25e474668e56752b3d9d2 100755
--- a/scripts/slave/get_swarm_results.py
+++ b/scripts/slave/get_swarm_results.py
@@ -16,7 +16,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
def main():
cmd = [
sys.executable,
- os.path.join(BASE_DIR, 'swarming', 'get_swarm_results.py')
+ os.path.join(BASE_DIR, 'swarming', 'get_swarm_results_shim.py')
] + sys.argv[1:]
return subprocess.call(cmd)
« no previous file with comments | « scripts/master/factory/swarm_commands.py ('k') | scripts/slave/swarming/get_swarm_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698