Make tests work like they used to.

Change-Id: I081d853a90ad0efce5b7a20b52794ce3348a9617
This commit is contained in:
gholt
2012年03月12日 21:54:31 +00:00
parent 9e713e1078
commit 1c349a387d

View File

@@ -1,4 +1,6 @@
#!/bin/bash
nosetests test/unit --with-coverage --cover-package swift --cover-erase $@
cd test/unit
nosetests --exe --with-coverage --cover-package swift --cover-erase $@
rm -f .coverage
cd -
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.