Make the coverity-scan script use a configuration file name which is closer to its own name

This commit is contained in:
Tom Reynolds 2014-01-25 13:55:56 +01:00
parent 32f0e2cbea
commit d95a47807e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 28765fb9baf715ab5adea9b71d12415464c2f0c7
Subproject commit aec11c737122384e87957f287ea00314d5523eb2

View File

@ -40,7 +40,7 @@ if [ ! -f ${CURRENTDIR}/.coverity-submit ] ; then
exit 1
fi
. ${CURRENTDIR}/.coverity-submit
. ${CURRENTDIR}/.coverity-scan
# echo "Read config values: TOKEN [$TOKEN] EMAIL [$EMAIL] COVERITY_ANALYSIS_ROOT [$COVERITY_ANALYSIS_ROOT] NUMCORES [${NUMCORES}]"
# exit 1