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

Unified Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.json

Issue 2221923002: ios: fix path to the test app (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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/ios/unified_builder_tester.expected/multiple_failures.json
diff --git a/scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.json b/scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.json
index c81961d2676e94c823ced98436f4f0c90e578615..c7ce5f9b8852a3940e588903a5ff5501d6ffeec9 100644
--- a/scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.json
+++ b/scripts/slave/recipes/ios/unified_builder_tester.expected/multiple_failures.json
@@ -263,7 +263,7 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
@@ -297,7 +297,7 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
@@ -333,7 +333,7 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
@@ -369,7 +369,7 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
@@ -403,7 +403,7 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",
@@ -439,7 +439,7 @@
"cmd": [
"RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
"--app",
- "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app",
+ "[BUILDER_CACHE]/ios/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app",
"--json_file",
"/path/to/tmp/json",
"--iossim",

Powered by Google App Engine
This is Rietveld 408576698