| Index: scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
|
| diff --git a/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json b/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
|
| index 5a29bbda4ef56e70c228e1bda4eac6bc3e916b6c..bf2444dc17f0bf631be77f1ed337de1b43236e07 100644
|
| --- a/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
|
| +++ b/scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json
|
| @@ -648,7 +648,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",
|
| "[TMP_BASE]/results_log_tmp_10/android_log.json",
|
| "/path/to/tmp/"
|
| ],
|
|
|