comparison contrib/reghunt/bin/gcc-svn-checkfail @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 #! /bin/sh
2
3 # Given an identifier that is an index into the current patch list,
4 # return 1 if the corresponding SVN revision number is in the list of
5 # known failures, 0 otherwise.
6
7 ID=$1
8 REV=`${REG_IDS} -f index -t rev ${ID}`
9 grep -q "^${REV}$" ${REG_FAILLIST}