Each new feature sets their own message print color am: 1d5e642a96
Original change: https://android-review.googlesource.com/c/platform/tools/asuite/+/3414430
Change-Id: I186083a7f9d6efd2f0bf9df67a73d389c62d041b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/atest/rollout_control.py b/atest/rollout_control.py
index 701aa81..4f705f3 100644
--- a/atest/rollout_control.py
+++ b/atest/rollout_control.py
@@ -195,7 +195,9 @@
env_control_flag='ROLLING_TF_SUBPROCESS_OUTPUT',
feature_id=2,
print_message=(
- 'Rolling subprocess output is currently enabled: http://b/380460196.'
+ atest_utils.mark_magenta(
+ 'Rolling subprocess output feature is enabled: http://b/380460196.'
+ )
),
)
@@ -205,9 +207,11 @@
env_control_flag='TF_PREPARER_INCREMENTAL_SETUP',
feature_id=3,
print_message=(
- 'You are one of the first users selected to receive the "Incremental'
- ' setup for TradeFed preparers" feature. If you are happy with it,'
- ' please +1 on http://b/381900378. If you experienced any issues,'
- ' please comment on the same bug.'
+ atest_utils.mark_magenta(
+ 'You are one of the first users selected to receive the'
+ ' "Incremental setup for TradeFed preparers" feature. If you are'
+ ' happy with it, please +1 on http://b/381900378. If you'
+ ' experienced any issues, please comment on the same bug.'
+ )
),
)