summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test/support/run_tests.py
diff options
context:
space:
mode:
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)