Dirk Mueller 84b7969b72 Return the exit code from tox to callers of run_tests.sh
Invoking PIPESTATUS appears to be volatile in my environment,
after the if condition it is already again 0, even if it was
non-zero before. Capture the result permanently in a variable
and use that one consistently.

Also handle the just-pep8 case correctly.

Change-Id: Icca8c00c8d2189da1a133db277c9071c2d6c880b
2013-02-11 18:05:10 +01:00
2012-10-10 08:55:03 +13:00
2012-11-26 13:45:36 +13:00
2012-12-02 17:48:42 +00:00
2012-10-10 08:55:03 +13:00
2013-01-10 12:51:19 +13:00
2012-10-10 08:55:03 +13:00
2012-10-10 10:49:45 +13:00
2013-01-10 12:51:19 +13:00
2012-10-10 08:55:03 +13:00

Python bindings to the Heat orchestration API

This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient module) and a command-line tool (heat).

Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki <http://wiki.openstack.org/HowToContribute>. The master repository is on GitHub <http://github.com/heat-api/python-heatclient>.

See release notes and more at <http://docs.openstack.org/developer/python-heatclient/>_.

Description
OpenStack Orchestration (Heat) Client
Readme 14 MiB
Languages
Python 100%