]> git.lyx.org Git - lyx.git/commitdiff
Cmake tests: Nothing to output in case of no error in simplehtml_validity.py
authorKornel Benko <kornel@lyx.org>
Wed, 11 Jan 2023 05:45:38 +0000 (06:45 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 11 Jan 2023 05:45:38 +0000 (06:45 +0100)
development/autotests/simplehtml_validity.py

index 896b4a29fca1553180916dd003b7507d0bc16fcc..22b96f4102b68c8a8f9c3a28e8e6255d4a8ff672 100644 (file)
@@ -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!')