[javascriptlint-commit] SF.net SVN: javascriptlint: [177] trunk/jsl.py
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2008-03-20 21:38:52
|
Revision: 177
http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=177&view=rev
Author: matthiasmiller
Date: 2008-03-20 14:38:49 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
tests: print the file name only once
Modified Paths:
--------------
trunk/jsl.py
Modified: trunk/jsl.py
===================================================================
--- trunk/jsl.py 2008-03-20 21:38:16 UTC (rev 176)
+++ trunk/jsl.py 2008-03-20 21:38:49 UTC (rev 177)
@@ -43,7 +43,6 @@
if file.endswith('.htm') or file.endswith('.html'):
continue #TODO
elif file.endswith('.js'):
- print file
try:
test.run(file)
except test.TestError, error:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|