Skip to content

Commit

Permalink
Display the name of the project failing the url check in the release …
Browse files Browse the repository at this point in the history
…script

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206164 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Arnaud-de-Grandmaison committed Apr 14, 2014
1 parent c9fa660 commit c81e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c81e5d6

Please sign in to comment.