nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] nmh test/runalltests ChangeLog


From: Peter Maydell
Subject: [Nmh-commits] nmh test/runalltests ChangeLog
Date: Sun, 03 Aug 2008 13:59:20 +0000

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  <address@hidden>
+
+       * test/runalltests: ignore editor backup files
+
 2008-08-03  Eric Gillespie  <address@hidden>
 
        * etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from




reply via email to

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