[Jifty-commit] r1766 - jifty/trunk/bin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Aug 6 01:45:57 EDT 2006


Author: clkao
Date: Sun Aug  6 01:45:54 2006
New Revision: 1766

Added:
   jifty/trunk/bin/runcover   (contents, props changed)

Log:
Script for running client and server side combined coverage.


Added: jifty/trunk/bin/runcover
==============================================================================
--- (empty file)
+++ jifty/trunk/bin/runcover	Sun Aug  6 01:45:54 2006
@@ -0,0 +1,4 @@
+#!/bin/sh
+# XXX: this should be in makefile target, but i have no idea about how to do that in M::I
+
+env JIFTY_TESTSERVER_COVERAGE=-db,`pwd`/cover_db HARNESS_PERL_SWITCHES=-MDevel::Cover make test


More information about the Jifty-commit mailing list