scripts/run-coverity: don't explicitly specify tool version

Rely on a symlink instead.

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2014-05-31 08:13:48 -07:00
parent beaf452574
commit 9bac31be07

View File

@ -3,7 +3,7 @@
branch="$1"
if [ -z "$branch" ]; then branch="master"; fi
export COVDIR="$HOME/cov-analysis-linux64-6.0.2"
export COVDIR="$HOME/cov-analysis"
if [ ! -d "$COVDIR" ]; then
echo "missing $COVDIR; get that from coverity!"
exit 1