~stub/ubuntu/lucid/python-swiftclient/devel

« back to all changes in this revision

Viewing changes to .unittests

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2012-06-06 12:54:56 UTC
  • Revision ID: package-import@ubuntu.com-20120606125456-64oipp7060ql1la8
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
set -e
 
3
 
 
4
nosetests --exe --with-coverage --cover-package swiftclient --cover-erase $@
 
5
rvalue=$?
 
6
rm -f .coverage
 
7
exit $rvalue