Avoid printing tests source in the lint script (#1602)

This commit is contained in:
Leo Balter 2018-06-18 21:09:55 -04:00 committed by GitHub
parent e89e9a8a28
commit f87f744741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ class CheckHarness(Check):
ID = 'HARNESS'
def run(self, name, meta, source):
print(source)
if 'verifyConfigurable(' in source and 'verifyProperty(' in source:
return 'verifyConfigurable & verifyProperty may not be used in the same file'
else: