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

Jifty commits jifty-commit at lists.jifty.org
Wed Nov 11 06:18:01 EST 2009


Author: clkao
Date: Wed Nov 11 06:17:59 2009
New Revision: 7597

Added:
   jifty/trunk/utils/run_coverage.sh

Log:
utility for running tests with coverage.

Added: jifty/trunk/utils/run_coverage.sh
==============================================================================
--- (empty file)
+++ jifty/trunk/utils/run_coverage.sh	Wed Nov 11 06:17:59 2009
@@ -0,0 +1,5 @@
+#!/bin/sh
+rm -rf cover_db
+rm -rf var/mason-cover
+make test HARNESS_PERL_SWITCHES='-MDevel::Cover' $@
+cover -ignore_re '^var/mason-cover/' -ignore_re '^t/'


More information about the Jifty-commit mailing list