| Index: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json b/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
|
| index c76ec849a46764973374f38c0b06c9a116b4fc7e..f090b9782ff1906de7e6c609e5e4b38b82b48d47 100644
|
| --- a/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
|
| +++ b/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
|
| @@ -717,7 +717,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",
|
| "[SLAVE_BUILD]/src/chrome/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
|
|