lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5436] Ignore differences in RCS Id


From: Greg Chicares
Subject: [lmi-commits] [5436] Ignore differences in RCS Id
Date: Thu, 22 Mar 2012 19:23:39 +0000

Revision: 5436
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5436
Author:   chicares
Date:     2012-03-22 19:23:37 +0000 (Thu, 22 Mar 2012)
Log Message:
-----------
Ignore differences in RCS Id

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/test_schemata.sh

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-03-22 11:17:34 UTC (rev 5435)
+++ lmi/trunk/ChangeLog 2012-03-22 19:23:37 UTC (rev 5436)
@@ -29920,3 +29920,8 @@
   test_schemata.sh [new file]
 Test schemata.
 
+20120322T1923Z <address@hidden> [573]
+
+  test_schemata.sh
+Ignore differences in RCS Id.
+

Modified: lmi/trunk/test_schemata.sh
===================================================================
--- lmi/trunk/test_schemata.sh  2012-03-22 11:17:34 UTC (rev 5435)
+++ lmi/trunk/test_schemata.sh  2012-03-22 19:23:37 UTC (rev 5436)
@@ -189,7 +189,8 @@
 java -jar $jar_dir/trang.jar multiple_cell_document.rnc 
multiple_cell_document.xsd
 java -jar $jar_dir/trang.jar single_cell_document.rnc   
single_cell_document.xsd
 sed -e 's/  *$//' -i *.xsd
-diff --unified=0 --from-file=$src_dir *.xsd || echo "Dubious '*.xsd' in 
repository."
+diff --unified=0 --ignore-matching-lines='<!-- [$]Id:.*[$] -->' 
--from-file=$src_dir *.xsd \
+    || echo "Dubious '*.xsd' in repository."
 
 echo "Done."
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]