From abe4aaa7aef80eeb8be2d211cf9eaafb7718772c Mon Sep 17 00:00:00 2001 From: Vincent Guittot Date: Tue, 22 Dec 2020 11:44:38 +0100 Subject: fix report pass replace space by underscore so report_pass will not split the test title Signed-off-by: Vincent Guittot --- automated/android/workload-automation3/aep-energy-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/android/workload-automation3/aep-energy-config.sh b/automated/android/workload-automation3/aep-energy-config.sh index 79ce07b..ffe533b 100755 --- a/automated/android/workload-automation3/aep-energy-config.sh +++ b/automated/android/workload-automation3/aep-energy-config.sh @@ -41,4 +41,4 @@ git clone "${AEP_CONFIG_REPOSITORY}" energy-probe-ext cd energy-probe-ext git checkout "${AEP_CONFIG_REF}" cp -r ./* "${AEP_CONFIG_TARGET_PATH}" -report_pass "AEP config installed" +report_pass "AEP_config_installed" -- cgit v1.2.3