[liblouis-liblouisxml] [liblouis] r887 committed - Also exclude txt files from the table tests.

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 21 Dec 2012 09:46:39 +0000

Revision: 887
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Fri Dec 21 01:46:22 2012
Log:      Also exclude txt files from the table tests.

http://code.google.com/p/liblouis/source/detail?r=887

Modified:
 /trunk/ChangeLog
 /trunk/tests/check_all_tables.pl

=======================================
--- /trunk/ChangeLog    Fri Dec 21 00:28:08 2012
+++ /trunk/ChangeLog    Fri Dec 21 01:46:22 2012
@@ -1,7 +1,7 @@
 2012-12-21  Christian Egli  <christian.egli@xxxxxx>

-       * tests/check_all_tables.pl: Exlude backup, patch and diff files
-       from the table tests.
+       * tests/check_all_tables.pl: Exclude backup, patch, diff and txt
+       files from the table tests.

 2012-12-20  Christian Egli  <christian.egli@xxxxxx>

=======================================
--- /trunk/tests/check_all_tables.pl    Fri Dec 21 00:28:08 2012
+++ /trunk/tests/check_all_tables.pl    Fri Dec 21 01:46:22 2012
@@ -28,8 +28,8 @@
 @tables = grep(!/.+\.dic$/, @tables);
 # exclude Makefiles, README and shell scripts
 @tables = grep(!/Makefile|README|maketablelist\.sh/, @tables);
-# exclude backup and diff and patch files
-@tables = grep(!/.+~$|.+\.diff$|.+\.patch$/, @tables);
+# exclude backup, diff, patch and txt files
+@tables = grep(!/.+~$|.+\.diff$|.+\.patch$|.+\.txt$/, @tables);
 # exclude tables that only work when included inside others
@tables = grep(!/countries\.cti|compress\.ctb|corrections\.ctb| hu-exceptionwords\.cti|core\.[cu]tb|-translation\.ctb/, @tables);
 # exclude other oddballs
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r887 committed - Also exclude txt files from the table tests. - liblouis