]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/test/runtests.py
Cmake build tex2lyx testing:
[features.git] / src / tex2lyx / test / runtests.py
index 94132a0d10497b26981c7f6a063ad0d0e9ea776c..358aa4ecc52180634d7d4203c4c433ff49e3b6b8 100755 (executable)
@@ -68,10 +68,6 @@ def main(argv):
         errorstring = proc.stderr.read()
         if not errorstring is None:
             print errorstring
-            if err == 0:
-                matchObj = re.match(r'.*: +Error +in +.*', errorstring, re.M|re.S)
-                if matchObj:
-                    err = 9999
         if err != 0:
             errors.append(f)
         elif not overwrite: