Skip to content
Snippets Groups Projects
Commit b506e7b2 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "SystemServer: fix local coverage script" into main

parents 527885c7 73a8e344
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