Display the name of the project failing the url check in the release script

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Arnaud A. de Grandmaison 2014-04-14 12:36:48 +00:00
parent c9fa660ddd
commit c81e5d6e64

View File

@ -223,7 +223,7 @@ function check_valid_urls() {
echo "# Validating $proj SVN URL"
if ! svn ls $Base_url/$proj/tags/RELEASE_$Release_no_dot/$RC > /dev/null 2>&1 ; then
echo "llvm $Release release candidate $RC doesn't exist!"
echo "$proj $Release release candidate $RC doesn't exist!"
exit 1
fi
done