Index: scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json |
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json |
index 2065b46d8eafab87eda3510f3fc11e6f005518bc..969783778f6b1e7dd62fe520b9dd22fb01125872 100644 |
--- a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json |
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_s5_perf_bisect.json |
@@ -620,6 +620,16 @@ |
}, |
{ |
"cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/src/chrome/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "get version" |
+ }, |
+ { |
+ "cmd": [ |
"[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
"ChromePublic.apk", |
"-v", |
@@ -881,6 +891,16 @@ |
}, |
{ |
"cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/src/chrome/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "get version (2)" |
+ }, |
+ { |
+ "cmd": [ |
"[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
"ChromePublic.apk", |
"-v", |