| Index: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
|
| diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json b/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
|
| index 5f58dd804db0b15ed54fec2ac051d11d397aeae2..9df6cfd6475526472255340ff7d2cf9f47aa393c 100644
|
| --- a/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
|
| +++ b/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_device.json
|
| @@ -1037,7 +1037,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
| @@ -1503,7 +1503,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
| @@ -2120,7 +2120,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shutil, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| "[BUILDER_CACHE]/android_one_perf_bisect/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
|
|