Home | History | Annotate | Line # | Download | only in bin
gcc-svn-checkfail revision 1.1.1.1
      1  1.1  mrg #! /bin/sh
      2  1.1  mrg 
      3  1.1  mrg # Given an identifier that is an index into the current patch list,
      4  1.1  mrg # return 1 if the corresponding SVN revision number is in the list of
      5  1.1  mrg # known failures, 0 otherwise.
      6  1.1  mrg 
      7  1.1  mrg ID=$1
      8  1.1  mrg REV=`${REG_IDS} -f index -t rev ${ID}`
      9  1.1  mrg grep -q "^${REV}$" ${REG_FAILLIST}
     10