Skip to content

Commit

Permalink
Update coverity-scan.sh (netdata#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored and ktsaou committed Sep 27, 2018
1 parent 14c0387 commit e7933ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverity-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version="$(grep "^#define PACKAGE_VERSION" config.h | cut -d '"' -f 2)"
echo >&2 "Working on netdata version: ${version}"

echo >&2 "Cleaning up old builds..."
make clean || exit 1
make clean || echo "Nothing to clean"

[ -d "cov-int" ] && rm -rf "cov-int"

Expand Down

0 comments on commit e7933ec

Please sign in to comment.