Be sligthly more verbose about css-properties.json in test-unit

This commit is contained in:
Simon Sapin 2016-04-20 15:42:45 +02:00
parent 2d8c17e600
commit bf8edd1596

View file

@ -660,6 +660,7 @@ testing/web-platform/mozilla/tests for Servo-only tests""" % reference_path)
def check_css_properties_json(topdir):
print("Testing generation of css-properties.json...")
filename = path.join(topdir, "target", "doc", "servo", "css-properties.json")
if path.exists(filename):
@ -675,3 +676,4 @@ def check_css_properties_json(topdir):
assert len(properties) >= 100
assert "margin-top" in properties
assert "margin" in properties
print("OK")