| Index: scripts/slave/recipe_modules/amp/example.expected/underspecified_with_timeout_basic.json
|
| diff --git a/scripts/slave/recipe_modules/amp/example.expected/underspecified_with_timeout_basic.json b/scripts/slave/recipe_modules/amp/example.expected/underspecified_with_timeout_basic.json
|
| index 7379342e55cbaabf9031cf3345938be0a0b30dac..137b4b989ee04cb44861078313ccb2a1ae7a5dc2 100644
|
| --- a/scripts/slave/recipe_modules/amp/example.expected/underspecified_with_timeout_basic.json
|
| +++ b/scripts/slave/recipe_modules/amp/example.expected/underspecified_with_timeout_basic.json
|
| @@ -199,7 +199,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/zip/resources/unzip.py"
|
| + "RECIPE_MODULE[zip]/resources/unzip.py"
|
| ],
|
| "name": "[upload logcat] unzip results for example_gtest_suite",
|
| "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/example_gtest_suite/unzipped_results\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/example_gtest_suite/results.zip\"}"
|
| @@ -208,7 +208,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py",
|
| + "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| "[DEPOT_TOOLS]/gsutil.py",
|
| "--force-version",
|
| @@ -301,7 +301,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/zip/resources/unzip.py"
|
| + "RECIPE_MODULE[zip]/resources/unzip.py"
|
| ],
|
| "name": "[upload logcat] unzip results for example_uirobot_suite",
|
| "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/example_uirobot_suite/unzipped_results\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/example_uirobot_suite/results.zip\"}"
|
| @@ -310,7 +310,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py",
|
| + "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| "[DEPOT_TOOLS]/gsutil.py",
|
| "--force-version",
|
|
|