summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorTrevor McKay <tmckay@redhat.com>2014-03-12 11:57:40 -0400
committerGerrit Code Review <review@openstack.org>2014-03-13 22:24:51 +0000
commit7629f595188411b264027c17f4f3fc96ed440fc9 (patch)
treeea3583224fa56a82ac24f14f79d0202ded6ef13f /run_tests.sh
parent6b014ee3650e1d616195c5816f224e9d481c9746 (diff)
downloadpython-saharaclient-7629f595188411b264027c17f4f3fc96ed440fc9.tar.gz
Change packaging references to python-saharaclient
Now that the git repo has been renamed, all references to the project in the packaging code have been changed to 'saharaclient'. It will now install as python-saharaclient but still retains /usr/bin/savanna and site-packages/savannaclient for legacy code support. Partial-implements: blueprint savanna-renaming-client Change-Id: Ib1d3022dffb2fa7319dd51ecad6c6d7072915472
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 31a67b7..f5ebe5b 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -4,7 +4,7 @@ set -eu
function usage {
echo "Usage: $0 [OPTION]..."
- echo "Run python-savannaclient test suite"
+ echo "Run python-saharaclient test suite"
echo ""
echo " -V, --virtual-env Always use virtualenv. Install automatically if not present"
echo " -N, --no-virtual-env Don't use virtualenv. Run tests in local environment"