]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - contrib/reghunt/bin/gcc-svn-recordfail
Imported gcc-4.4.3
[msp430-gcc.git] / contrib / reghunt / bin / gcc-svn-recordfail
diff --git a/contrib/reghunt/bin/gcc-svn-recordfail b/contrib/reghunt/bin/gcc-svn-recordfail
new file mode 100755 (executable)
index 0000000..cf5cde7
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+# Given an identifier that is an index into the current patch list,
+# record the corresponding SVN number to the list of known failures.
+
+ID=$1
+REV=`${REG_IDS} -f index -t rev ${ID}`
+echo $REV >> ${REG_FAILLIST}