Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run_oss_cpp_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ build_and_run_test() {
7474
}
7575

7676
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
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
7979
}
8080

8181
probe_tests() {

0 commit comments

Comments
 (0)