Index: DamEngine/trunk/doc/parseLogs.py =================================================================== diff -u -r3426 -r3428 --- DamEngine/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 3426) +++ DamEngine/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 3428) @@ -28,7 +28,7 @@ text = line.replace("'", " ") text = text.replace("`", " ") if "LaTeX Warning:" in line: - if "was:used:in:doc" not in text and "\@arrayparboxrestore" not in text and "There were multiply-defined labels" not in text and "underbar has changed" not in text and "underline has changed" not in text and 'Font shape declaration has incorrect series value' not in text and 'You have requested document class ../WTI_References/BOIReleaseN' not in text: + if "was:used:in:doc" not in text and "\@arrayparboxrestore" not in text and "There were multiply-defined labels" not in text and "underbar has changed" not in text and "underline has changed" not in text and 'Font shape declaration has incorrect series value' not in text and and 'Package siunitx Warning: Option ' not in text: print("##teamcity[testFailed name='LaTeX Warnings' message='{}']".format(text.strip())) print ("##teamcity[testFinished name='LaTeX Warnings']") Index: DamClients/DamUI/trunk/doc/parseLogs.py =================================================================== diff -u -r3425 -r3428 --- DamClients/DamUI/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 3425) +++ DamClients/DamUI/trunk/doc/parseLogs.py (.../parseLogs.py) (revision 3428) @@ -28,7 +28,7 @@ text = line.replace("'", " ") text = text.replace("`", " ") if "LaTeX Warning:" in line: - if "was:used:in:doc" not in text and "\@arrayparboxrestore" not in text and "There were multiply-defined labels" not in text and "underbar has changed" not in text and "underline has changed" not in text and 'Font shape declaration has incorrect series value' not in text: + if "was:used:in:doc" not in text and "\@arrayparboxrestore" not in text and "There were multiply-defined labels" not in text and "underbar has changed" not in text and "underline has changed" not in text and 'Font shape declaration has incorrect series value' not in text and 'Package siunitx Warning: Option ' not in text: print("##teamcity[testFailed name='LaTeX Warnings' message='{}']".format(text.strip())) print ("##teamcity[testFinished name='LaTeX Warnings']")