Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / scripts / jsdoc-validator / run_tests.py
index c8a0112..c591ead 100755 (executable)
@@ -55,6 +55,7 @@ def main():
             return
 
     result = run_and_communicate(validator_command, "Error running validator: %d")
+    result = result.replace(script_path, "")  # pylint: disable=E1103
     if need_dump:
         print result
         return