We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba67296 commit 9e86860Copy full SHA for 9e86860
test/run_oss_cpp_tests.sh
@@ -74,8 +74,8 @@ build_and_run_test() {
74
}
75
76
report_coverage() {
77
- "${LLVM_PROFDATA}" merge -sparse cmake-out/*.profraw -o cmake-out/merged.profdata
78
- "${LLVM_COV}" report -instr-profile=cmake-out/merged.profdata $TEST_BINARY_LIST
+ ${LLVM_PROFDATA} merge -sparse cmake-out/*.profraw -o cmake-out/merged.profdata
+ ${LLVM_COV} report -instr-profile=cmake-out/merged.profdata $TEST_BINARY_LIST
79
80
81
probe_tests() {
0 commit comments