[liblouis-liblouisxml] [liblouis] r889 committed - Ignore zip files when testing all tables.

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 04 Jan 2013 09:23:13 +0000

Revision: 889
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Fri Jan  4 01:22:43 2013
Log:      Ignore zip files when testing all tables.

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

Modified:
 /trunk/tests/check_all_tables.pl

=======================================
--- /trunk/tests/check_all_tables.pl    Fri Dec 21 01:46:22 2012
+++ /trunk/tests/check_all_tables.pl    Fri Jan  4 01:22:43 2013
@@ -28,8 +28,8 @@
 @tables = grep(!/.+\.dic$/, @tables);
 # exclude Makefiles, README and shell scripts
 @tables = grep(!/Makefile|README|maketablelist\.sh/, @tables);
-# exclude backup, diff, patch and txt files
-@tables = grep(!/.+~$|.+\.diff$|.+\.patch$|.+\.txt$/, @tables);
+# exclude backup, diff, patch, txt and zip files
+@tables = grep(!/.+~$|.+\.diff$|.+\.patch$|.+\.txt$|.+\.zip$/, @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] r889 committed - Ignore zip files when testing all tables. - liblouis