mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
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:
parent
beaf452574
commit
9bac31be07
@ -3,7 +3,7 @@
|
|||||||
branch="$1"
|
branch="$1"
|
||||||
if [ -z "$branch" ]; then branch="master"; fi
|
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
|
if [ ! -d "$COVDIR" ]; then
|
||||||
echo "missing $COVDIR; get that from coverity!"
|
echo "missing $COVDIR; get that from coverity!"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user