change exit code

This commit is contained in:
termie
2010年12月30日 13:31:56 -08:00
parent 2ed57981b1
commit 384da35986

View File

@@ -65,4 +65,4 @@ if __name__ == '__main__':
runner = NovaTestRunner(stream=c.stream,
verbosity=c.verbosity,
config=c)
sys.exit(core.run(config=c, testRunner=runner))
sys.exit(not core.run(config=c, testRunner=runner))
Reference in New Issue
openstack/nova
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.