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

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