[Jifty-commit] r7619 - jifty/trunk/utils

Jifty commits jifty-commit at lists.jifty.org
Tue Nov 17 04:43:24 EST 2009


Author: clkao
Date: Tue Nov 17 04:43:23 2009
New Revision: 7619

Modified:
   jifty/trunk/utils/run_coverage.sh

Log:
find unseen templates from the uncovered list.

Modified: jifty/trunk/utils/run_coverage.sh
==============================================================================
--- jifty/trunk/utils/run_coverage.sh	(original)
+++ jifty/trunk/utils/run_coverage.sh	Tue Nov 17 04:43:23 2009
@@ -7,3 +7,6 @@
 find share/html -type f | xargs -n 1 -I% sh -c 'grep -qx % cover_db/share-list.txt || echo %' > cover_db/uncovered-mason.txt
 echo "Check cover_db/uncovered-mason.txt for uncovered mason files"
 
+sed -e 's/share\/html//' cover_db/uncovered-mason.txt | xargs -n1 -I% sh -c 'grep -qrw % share/html lib/RT/View* || echo %' > cover_db/uncovered-unseen-mason.txt
+
+echo "Check cover_db/uncovered-unseen-mason.txt for uncovered and unseen mason files"


More information about the Jifty-commit mailing list