Skip to content

Commit 57ec0e1

Browse files
committed
Try again on CodeCoverage.sh (no quotes)
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent b848e68 commit 57ec0e1

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)