Print that generating coverage report failed when runnign js test only

Matthias Bussonnier 11 years ago
parent df6744d85d
commit 80726e438b

@ -673,8 +673,8 @@ def run_iptestall(options):
elif options.coverage == 'xml':
try:
cov.xml_report(outfile='ipy_coverage.xml')
except CoverageException:
pass
except CoverageException as e:
print('Generating coverage report failed. Are you running javascript tests only?')
if failed:
# Ensure that our exit code indicates failure

Loading…
Cancel
Save