forked from OSchip/llvm-project
Display the name of the project failing the url check in the release script
llvm-svn: 206164
This commit is contained in:
parent
da16ff47cd
commit
84aa310c82
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue