diff options
Diffstat (limited to 'swift/1.4.8/.unittests')
-rwxr-xr-x | swift/1.4.8/.unittests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swift/1.4.8/.unittests b/swift/1.4.8/.unittests new file mode 100755 index 000000000..113e5dd1f --- /dev/null +++ b/swift/1.4.8/.unittests @@ -0,0 +1,6 @@ +#!/bin/bash + +cd test/unit +nosetests --exe --with-coverage --cover-package plugins --cover-erase $@ +rm -f .coverage +cd - |