buildframework/helium/external/python/bin/coverage.py
author timothy.murphy@nokia.com
Mon, 15 Mar 2010 15:50:33 +0000
branchfix
changeset 357 b4baa7ca35a7
parent 1 be27ed110b50
permissions -rw-r--r--
fix: emake log output corruption fix by using output from the annotation file.

#!/usr/bin/env python
"A script for invoking coverage from the command line."

import sys
del sys.path[0] # Otherwise "import coverage" finds this file!
import coverage

coverage.the_coverage.command_line(sys.argv[1:])