File: .unittests

package info (click to toggle)
swift-bench 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 208 kB
  • sloc: python: 986; makefile: 14; sh: 12
file content (8 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

python setup.py testr --coverage
RET=$?
coverage report -mswiftbench
rm -f .coverage
exit $RET