Skip to content

Commit bf8edd1

Browse files
committed
Be sligthly more verbose about css-properties.json in test-unit
1 parent 2d8c17e commit bf8edd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/servo/testing_commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ def run_create(self, **kwargs):
660660

661661

662662
def check_css_properties_json(topdir):
663+
print("Testing generation of css-properties.json...")
663664
filename = path.join(topdir, "target", "doc", "servo", "css-properties.json")
664665

665666
if path.exists(filename):
@@ -675,3 +676,4 @@ def check_css_properties_json(topdir):
675676
assert len(properties) >= 100
676677
assert "margin-top" in properties
677678
assert "margin" in properties
679+
print("OK")

0 commit comments

Comments
 (0)