Index: scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json |
diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json |
index 0049af748b8febf71bae7d7b281a56c444e21573..d007d69bbee0b058ab84cc34edeae57df5250d95 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json |
+++ b/scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json |
@@ -203,6 +203,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", |
"Chrome.apk", |
"-v", |