mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake tests: Nothing to output in case of no error in simplehtml_validity.py
This commit is contained in:
parent
861af2b84f
commit
9f3f21f0f9
@ -33,7 +33,6 @@ validator = html5validator.Validator(format='text')
|
||||
error_count = validator.validate(xhtml_list)
|
||||
|
||||
if error_count == 0:
|
||||
print('> Found no validation error!')
|
||||
sys.exit(0)
|
||||
else:
|
||||
print('> Found a validation error!')
|
||||
|
Loading…
Reference in New Issue
Block a user