make test runner functions return the status of running the tests

This makes it a lot easier for CI jobs to be setup and return the true
status of the testsuite.
Change-Id: I0c2b0d6b17f560a889cd2f22ab98a68361f6d738
This commit is contained in:
Ionuț Arțăriși
2012年04月18日 15:12:10 +03:00
parent 40cbff9fd3
commit c51788a4ac

View File

@@ -2,5 +2,7 @@
cd test/unit
nosetests --exe --with-coverage --cover-package swift --cover-erase $@
rvalue=$?
rm -f .coverage
cd -
exit $rvalue
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.