]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
pretty_tox.sh: Portablity improvement
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 2 Dec 2014 04:18:48 +0000 (13:18 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 2 Dec 2014 04:27:46 +0000 (13:27 +0900)
commit828afa4afa53fc44d1547ac4af16a7f99bd5cd09
tree9eded6ea81c095a993ff7bfaf8bd079adc127de3
parentab8d6756ebbe23624b39cbdfedcf2c54e65f04fe
pretty_tox.sh: Portablity improvement

A recent change (commit 0d5a11d9c722870f9c5e31a993219c7e240b4e19)
introduced bash dependency.  It broke my environment, where bash
is not available.  This change aims to restore it.

As far as I undestand, the change in question requires bash for
the "pipefail" feature.  Fortunately there's a more portable
well-known trick for the purpose.

Closes-Bug: #1398266
Change-Id: Id3561d81462923d20ad39584ba4cf8e1a294a8a8
tools/pretty_tox.sh
tox.ini