buildframework/helium/external/python/bin/coverage.py
author Dean Draper <dean.draper@nokia.com>
Mon, 29 Mar 2010 09:55:24 +0100
branchfix
changeset 413 5eb26ea9cb49
parent 1 be27ed110b50
permissions -rw-r--r--
Release note: SF bug 2134 Raptor does not pass overridden make variables into its makefiles

#!/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:])