]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/export-in.sh
ctests: allow excluding patterns
[lyx.git] / development / autotests / export-in.sh
index adf2ce167f922073edc1dfb9d9122da7b4013909..a6f93a72062f05aa67969408401da906d3a0b3a7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 failed=0
-for libsubdir in doc examples; do
+for libsubdir in doc examples templates; do
     for format in xhtml lyx16x; do
         for f in $LYX_ROOT/lib/$libsubdir/*lyx; do
             if $LYX_EXE -e $format $f >> lyx-log.txt 2>&1; then