summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorMasayuki Igawa <masayuki@igawa.io>2017-12-27 16:16:23 +0900
committerMasayuki Igawa <masayuki@igawa.io>2017-12-27 16:18:49 +0900
commitbafe5357c2ad8cf9f87bf726db9cd8a3a1825123 (patch)
tree1a1f31fac1e6d8dfb70bc7259f416ccd1eb53b99 /openstackclient
parent8c5f7555698491c3a0b44fe6c3fee50d0189f2d6 (diff)
downloadpython-openstackclient-bafe5357c2ad8cf9f87bf726db9cd8a3a1825123.tar.gz
Switch to use stestr directly
This commit makes to use stestr instead of ostestr directly. ostestr>1.0.0 has started to use stestr instead of testrepository. So there is no reason to use ostestr anymore. Change-Id: I6327d50c9f6dd19f1de24b9b51532104fb3e916e
Diffstat (limited to 'openstackclient')
-rwxr-xr-xopenstackclient/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 $*