Skip to content

Commit f89b818

Browse files
authored
Merge pull request The-OpenROAD-Project#9477 from The-OpenROAD-Project-staging/coverity-prefixes2
Try again on CodeCoverage.sh (no quotes)
2 parents 9979948 + 57ec0e1 commit f89b818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/CodeCoverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _coverity() {
4646
if [[ -f "/etc/openroad_deps_prefixes.txt" ]]; then
4747
cmakeOptions="$(cat "/etc/openroad_deps_prefixes.txt")"
4848
fi
49-
cmake "${cmakeOptions}" -B build .
49+
cmake ${cmakeOptions} -B build .
5050
# compile abc before calling cov-build to exclude from analysis.
5151
# Coverity fails to process abc code due to -fpermissive flag.
5252
cmake --build build -j $(nproc) --target abc

0 commit comments

Comments
 (0)