summaryrefslogtreecommitdiffstats
path: root/.unittests
blob: 5be925d5829664ce4b808b75a177145e10328030 (plain)
1
2
3
4
5
6
#!/bin/bash

cd swift/1.4.8/test/unit
nosetests --exe --with-coverage --cover-package plugins --cover-erase $@
rm -f .coverage
cd -