| Index: recipe_modules/gclient/example.expected/new_flag.json
|
| diff --git a/recipe_modules/gclient/example.expected/basic.json b/recipe_modules/gclient/example.expected/new_flag.json
|
| similarity index 96%
|
| copy from recipe_modules/gclient/example.expected/basic.json
|
| copy to recipe_modules/gclient/example.expected/new_flag.json
|
| index 256e35ca6bf077d8e57d77c25e031d9db69bfa3e..e080c9f19209fb29a4cb6029cbd382a961acefee 100644
|
| --- a/recipe_modules/gclient/example.expected/basic.json
|
| +++ b/recipe_modules/gclient/example.expected/new_flag.json
|
| @@ -133,7 +133,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n",
|
| + "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n os.remove(path_to_file)\n",
|
| "[SLAVE_BUILD]"
|
| ],
|
| "name": "cleanup index.lock",
|
| @@ -147,7 +147,6 @@
|
| "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@",
|
| "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@@@",
|
| "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path, cur_file)@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file@@@",
|
| "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@",
|
| "@@@STEP_LOG_END@python.inline@@@"
|
| ]
|
|
|