CVSROOT:        /sources/nmh
Module name:    nmh
Changes by:     Peter Maydell <pm215>   08/08/03 13:59:20

Modified files:
        test           : runalltests 
        .              : ChangeLog 

Log message:
        Ignore editor backup files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/test/runalltests?cvsroot=nmh&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&r1=1.280&r2=1.281

Patches:
Index: test/runalltests
===================================================================
RCS file: /sources/nmh/nmh/test/runalltests,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test/runalltests    17 Apr 2007 01:02:08 -0000      1.1
+++ test/runalltests    3 Aug 2008 13:59:19 -0000       1.2
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-for i in `find tests -name 'test-*' -type f`;
+# Note that we ignore *~ files as these are probably editor backups
+for i in `find tests -name 'test-*[!~]' -type f`;
 do
     ./runtest $i
 done

Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -b -r1.280 -r1.281
--- ChangeLog   3 Aug 2008 13:54:37 -0000       1.280
+++ ChangeLog   3 Aug 2008 13:59:20 -0000       1.281
@@ -1,3 +1,7 @@
+2008-08-03  Peter Maydell  <[EMAIL PROTECTED]>
+
+       * test/runalltests: ignore editor backup files
+
 2008-08-03  Eric Gillespie  <[EMAIL PROTECTED]>
 
        * etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from


_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to