##// END OF EJS Templates
also print traceback
Matthias Bussonnier -
Show More
@@ -675,6 +675,8 b' def run_iptestall(options):'
675 cov.xml_report(outfile='ipy_coverage.xml')
675 cov.xml_report(outfile='ipy_coverage.xml')
676 except CoverageException as e:
676 except CoverageException as e:
677 print('Generating coverage report failed. Are you running javascript tests only?')
677 print('Generating coverage report failed. Are you running javascript tests only?')
678 import traceback
679 traceback.print_exc()
678
680
679 if failed:
681 if failed:
680 # Ensure that our exit code indicates failure
682 # Ensure that our exit code indicates failure
General Comments 0
You need to be logged in to leave comments. Login now