~gandelman-a/charms/precise/swift-proxy/utils_sync

« back to all changes in this revision

Viewing changes to hooks/fujita-swift3-f216f1b/.unittests

  • Committer: Ryan Finnie
  • Date: 2012-10-04 10:09:21 UTC
  • Revision ID: ryan.finnie@canonical.com-20121004100921-njfligej5q65udo1
Provide swift-plugin-s3 currently in quantal until it's available in precise cloud-archive

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
nosetests swift3/test/unit --exe --with-coverage --cover-package swift3 --cover-erase
4
 
exitcode=$?
5
 
rm -f .coverage
6
 
exit $exitcode