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

llvm-svn: 206164
This commit is contained in:
Arnaud A. de Grandmaison 2014-04-14 12:36:48 +00:00
parent da16ff47cd
commit 84aa310c82
1 changed files with 1 additions and 1 deletions

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