]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix run_tests.sh ambiguous usage msg and behaviour for -x option
authorRushi Agrawal <rushi.agr@gmail.com>
Sat, 3 Nov 2012 06:51:28 +0000 (12:21 +0530)
committerRushi Agrawal <rushi.agr@gmail.com>
Sat, 3 Nov 2012 07:31:11 +0000 (13:01 +0530)
commiteedc857008a122ee38661581f27f102de52a4886
treed85eda3235835cf02cc03fd6bc7b17390a5ccf8c
parent956731973ee872d38eebacfb519ed62d6767a319
Fix run_tests.sh ambiguous usage msg and behaviour for -x option

In commit
https://github.com/openstack/cinder/commit/
50792c2ff41fdc7e73b3e3c51f4510366debfd14,
the committer wanted to add an option in run_tests.sh for generating XML
coverage report, but ended up accidentally overriding the default nose
option -x. But, the usage message still showed that using option -x will
'Stop running tests after the first error or failure'. So, I changed the
option to generate XML report to  -X (capitalized 'x'). So now both -x and
-X options are available, with different purposes.

Fixes bug 1070047

Change-Id: Ie8c30c14629d4811d6db74f3eea9cdecb1d27c8a
run_tests.sh