[LNT] r349786 - Also print stats, so we can see how we are progressing

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 10:25:43 PST 2018


Author: cmatthews
Date: Thu Dec 20 10:25:43 2018
New Revision: 349786

URL: http://llvm.org/viewvc/llvm-project?rev=349786&view=rev
Log:
Also print stats, so we can see how we are progressing

Modified:
    lnt/trunk/tox.ini

Modified: lnt/trunk/tox.ini
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tox.ini?rev=349786&r1=349785&r2=349786&view=diff
==============================================================================
--- lnt/trunk/tox.ini (original)
+++ lnt/trunk/tox.ini Thu Dec 20 10:25:43 2018
@@ -36,7 +36,7 @@ deps =
 
 commands =
     # Still lots of problems.
-    - flake8 --exclude=./lnt/external/  ./lnt/ ./tests/ ./setup.py ./deployment/
+    - flake8 --statistics --exclude=./lnt/external/  ./lnt/ ./tests/ ./setup.py ./deployment/
     # But lets keep the clean files clean.
     flake8 {[base]whitelist_files}
 




More information about the llvm-commits mailing list