Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: scripts/slave/recipes/webrtc/ios.expected/basic.json

Issue 2238483003: Revert "ios: fix path to the test app" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: + webrtc expectations Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/webrtc/ios.expected/basic.json
diff --git a/scripts/slave/recipes/webrtc/ios.expected/basic.json b/scripts/slave/recipes/webrtc/ios.expected/basic.json
index 44d9f075e4b684f64d10df79675f2fca0301fc76..5026cd83fdcd52022f73d61663f4aeb07221aa08 100644
--- a/scripts/slave/recipes/webrtc/ios.expected/basic.json
+++ b/scripts/slave/recipes/webrtc/ios.expected/basic.json
@@ -300,11 +300,11 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator/fake tests 1.app",
+ "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
- "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator/iossim",
+ "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
"--platform",
"fake device",
"--version",
@@ -334,11 +334,11 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator/fake tests 2.app",
+ "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
- "[BUILDER_CACHE]/ios_debug/src/out/Debug-iphonesimulator/iossim",
+ "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
"--platform",
"fake device",
"--version",

Powered by Google App Engine
This is Rietveld 408576698