Forgot to add the project name to the 'svn ls' command.
authorBill Wendling <isanbard@gmail.com>
Mon, 17 Oct 2011 21:45:07 +0000 (21:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 17 Oct 2011 21:45:07 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142282 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/test-release.sh

index 71b7b9c11f2fe5f3abb4b0d88e242b81ac9485a6..fd74eb8dcceb59b4cc8d4ee3207631d527b351dd 100755 (executable)
@@ -163,7 +163,7 @@ function check_valid_urls() {
     for proj in $projects ; do
         echo "# Validating $proj SVN URL"
 
-        if ! svn ls $Base_url/tags/RELEASE_$Release_no_dot/rc$RC > /dev/null 2>&1 ; then
+        if ! svn ls $Base_url/$proj/tags/RELEASE_$Release_no_dot/rc$RC > /dev/null 2>&1 ; then
             echo "llvm $Release release candidate $RC doesn't exist!"
             exit 1
         fi