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

Unified Diff: chrome/test/mini_installer/config/config.config

Issue 545373004: Temporarily stop launching Chrome in installer test runs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@log
Patch Set: sync to commit position 294174 Created 6 years, 3 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: chrome/test/mini_installer/config/config.config
diff --git a/chrome/test/mini_installer/config/config.config b/chrome/test/mini_installer/config/config.config
index 48074852082de4243d311b05085e7d17c19f0eb4..2a8a24db01ee35f0d9f5de4295f44ab01a13530a 100644
--- a/chrome/test/mini_installer/config/config.config
+++ b/chrome/test/mini_installer/config/config.config
@@ -25,9 +25,9 @@
],
"actions": [
["install_chrome_user",
- "\"$MINI_INSTALLER\" --chrome --multi-install --do-not-launch-chrome"],
+ "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-launch-chrome"],
["install_chrome_system",
- "\"$MINI_INSTALLER\" --chrome --multi-install --system-level --do-not-launch-chrome"],
+ "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --system-level --do-not-launch-chrome"],
["launch_chrome_user",
"python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe\""],
["launch_chrome_system",
@@ -47,8 +47,6 @@
"traversal": [
"no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse",
- "launch_chrome_user", "chrome_user_installed_inuse",
- "quit_chrome_user", "chrome_user_installed_not_inuse",
"uninstall_chrome_user", "clean"
]
},
@@ -57,8 +55,6 @@
"traversal": [
"no_pv",
"install_chrome_system", "chrome_system_installed_not_inuse",
- "launch_chrome_system", "chrome_system_installed_inuse",
- "quit_chrome_system", "chrome_system_installed_not_inuse",
"uninstall_chrome_system", "clean"
]
}
« no previous file with comments | « chrome/test/mini_installer/config/chrome_user_installed.prop ('k') | chrome/test/mini_installer/quit_chrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698