Skip to content
Snippets Groups Projects
Commit 73a8e344 authored by William Escande's avatar William Escande
Browse files

SystemServer: fix local coverage script

Test: m Bluetooth
Test: ./service/generate_local_coverage.sh => check output
Bug: 311772251
Bug: 323060869
Flag: Exempt, coverage tool
Change-Id: I9176c27418917e7775200540ac910f899c9618ce
parent 07bb567d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ script -q ${COVERAGE_TMP_FOLDER}/atest_log \
--jacocoagent-path gs://tradefed_test_resources/teams/code_coverage/jacocoagent.jar \
--coverage --coverage-toolchain JACOCO'
COVERAGE_COLLECTED=$(rg 'Test Logs have saved in ' ${COVERAGE_TMP_FOLDER}/atest_log | sed -e 's/^.* //' -e 's/log.*$/log/')
COVERAGE_COLLECTED=$(rg 'Test Logs have been saved in ' ${COVERAGE_TMP_FOLDER}/atest_log | sed -e 's/^.* //' -e 's/log.*$/log/')
# Link source into the tmp folder
ln -s "${ANDROID_BUILD_TOP}"/packages/modules/Bluetooth/service/src ${COVERAGE_TMP_FOLDER}/com/android/server/bluetooth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment