diff --git a/test/run_oss_cpp_tests.sh b/test/run_oss_cpp_tests.sh index bc3cb8fe95..f353a7d30b 100755 --- a/test/run_oss_cpp_tests.sh +++ b/test/run_oss_cpp_tests.sh @@ -74,8 +74,8 @@ build_and_run_test() { } report_coverage() { - "${LLVM_PROFDATA}" merge -sparse cmake-out/*.profraw -o cmake-out/merged.profdata - "${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 } probe_tests() {