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

Unified Diff: telemetry/telemetry/page/shared_page_state.py

Issue 2265423005: Updating telemetry logic to return success when a disabled test is run. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: Manually replaying changes after merge Created 4 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
« no previous file with comments | « telemetry/telemetry/internal/story_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/shared_page_state.py
diff --git a/telemetry/telemetry/page/shared_page_state.py b/telemetry/telemetry/page/shared_page_state.py
index c6723784519446055f181b0189fd78bfbb933263..802215e01b0f886e5e816ef4a50e001a40e4fbff 100644
--- a/telemetry/telemetry/page/shared_page_state.py
+++ b/telemetry/telemetry/page/shared_page_state.py
@@ -129,9 +129,6 @@ class SharedPageState(story.SharedState):
if not enabled and not finder_options.run_disabled_tests:
logging.warning(msg)
logging.warning('You are trying to run a disabled test.')
- logging.warning(
- 'Pass --also-run-disabled-tests to squelch this message.')
- sys.exit(0)
if possible_browser.IsRemote():
possible_browser.RunRemote()
« no previous file with comments | « telemetry/telemetry/internal/story_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698