buildframework/helium/external/python/bin/nosetests-script.py
author timothy.murphy@nokia.com
Tue, 18 May 2010 17:23:01 +0100
branchfix
changeset 564 ee6b33f2ef0e
parent 179 d8ac696cc51f
permissions -rw-r--r--
fix: tracecompiler speedup. Don't trigger scanlog with md5sum errors since they are expected. Use a grouping macro to avoid commandline length limits.

#!C:\APPS\ACTPYT~1\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'nose==0.10.4','console_scripts','nosetests'

import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('nose==0.11.1', 'console_scripts', 'nosetests')()
)