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

Unified Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/test_failure.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/test_failure.json
diff --git a/scripts/slave/recipes/ios/unified_builder_tester.expected/test_failure.json b/scripts/slave/recipes/ios/unified_builder_tester.expected/test_failure.json
index f3cc846fb1e65c3b016a8ba97621aa7ed0c030e9..75d49e3902cd48c88f200b1774e2a01dcc6ff576 100644
--- a/scripts/slave/recipes/ios/unified_builder_tester.expected/test_failure.json
+++ b/scripts/slave/recipes/ios/unified_builder_tester.expected/test_failure.json
@@ -245,7 +245,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",
@@ -281,7 +281,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",

Powered by Google App Engine
This is Rietveld 408576698