commit 9f3f21f0f9d58ff298aea93577567bf938b05739
Author: Kornel Benko <[email protected]>
Date: Wed Jan 11 06:45:38 2023 +0100
Cmake tests: Nothing to output in case of no error in simplehtml_validity.py
---
development/autotests/simplehtml_validity.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/development/autotests/simplehtml_validity.py
b/development/autotests/simplehtml_validity.py
index 896b4a2..22b96f4 100644
--- a/development/autotests/simplehtml_validity.py
+++ b/development/autotests/simplehtml_validity.py
@@ -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!')
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs