| 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)
|
|
|
|
|