diff options
author | Charles Short <zulcss@gmail.com> | 2018-06-02 21:27:11 -0400 |
---|---|---|
committer | Charles Short <zulcss@gmail.com> | 2018-06-03 11:32:57 -0400 |
commit | 105d89e9ec96a7a82e383cfb4f0a65ae95f7bcae (patch) | |
tree | 4217b52d5d3c7cb8095f20f529d64b84b3469d20 /tools | |
parent | 063fb8661b59ec78c60c8c2c97e8356c897eab73 (diff) | |
download | designate-105d89e9ec96a7a82e383cfb4f0a65ae95f7bcae.tar.gz |
Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.
[1] https://etherpad.openstack.org/p/YVR-python-pti
Change-Id: I847368004d14c2f213d36c602398abfdbfa381cd
Signed-off-by: Charles Short <zulcss@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pretty_tox.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/pretty_tox.sh b/tools/pretty_tox.sh deleted file mode 100755 index 0fc36053..00000000 --- a/tools/pretty_tox.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh - -TESTRARGS=$1 - -exec 3>&1 -status=$(exec 4>&1 >&3; ( python setup.py testr --slowest --testr-args="--subunit $TESTRARGS"; echo $? >&4 ) | subunit-trace -f) && exit $status |