summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test/support/run_tests.py
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-25 22:39:44 +0000
committerKarl Berry <karl@freefriends.org>2016-11-25 22:39:44 +0000
commit4a55147e264bbcb051fbb9a51b05b190e52bd6b7 (patch)
tree93f4c55dd1e9badbcc219df8ac9663e5690329ba /Master/texmf-dist/doc/latex/cals/test/support/run_tests.py
parentdc4d59f0c0a68d9586f1d3f32d9f7a3bb32e29d9 (diff)
cals (25nov16)
git-svn-id: svn://tug.org/texlive/trunk@42577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cals/test/support/run_tests.py')
-rw-r--r--Master/texmf-dist/doc/latex/cals/test/support/run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cals/test/support/run_tests.py b/Master/texmf-dist/doc/latex/cals/test/support/run_tests.py
index c4fa70c22e6..07ee27cd502 100644
--- a/Master/texmf-dist/doc/latex/cals/test/support/run_tests.py
+++ b/Master/texmf-dist/doc/latex/cals/test/support/run_tests.py
@@ -23,6 +23,7 @@ filter = None
if len(sys.argv) > 1:
filter = sys.argv[1]
test_files = glob.glob('*/test_*.tex')
+test_files = [x for x in test_files if 'visual_tables' not in x]
modules_and_tests = {}
for fname in test_files:
(dir, basename) = os.path.split(fname)