diff options
| author | Zuul <zuul@review.openstack.org> | 2017-12-27 20:07:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-12-27 20:07:04 +0000 |
| commit | 5e00034d8e0c82dfa904997c36bf15e684fe9961 (patch) | |
| tree | 97b6015d403668dff3dcf0d9100ff7217454d255 /openstackclient | |
| parent | 65d5d3d615bfd4688cda400245bea136f91923e2 (diff) | |
| parent | bafe5357c2ad8cf9f87bf726db9cd8a3a1825123 (diff) | |
| download | python-openstackclient-5e00034d8e0c82dfa904997c36bf15e684fe9961.tar.gz | |
Merge "Switch to use stestr directly"
Diffstat (limited to 'openstackclient')
| -rwxr-xr-x | openstackclient/tests/functional/run_stestr.sh (renamed from openstackclient/tests/functional/run_ostestr.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/run_ostestr.sh b/openstackclient/tests/functional/run_stestr.sh index a6adad96..229b42b6 100755 --- a/openstackclient/tests/functional/run_ostestr.sh +++ b/openstackclient/tests/functional/run_stestr.sh @@ -13,4 +13,4 @@ fi echo 'Running tests with:' env | grep OS -ostestr $* +stestr run $* |
