From 4d83093923afb9feb3372d993f1743a715bf7640 Mon Sep 17 00:00:00 2001 From: kong wei Date: Sat, 4 Mar 2017 16:42:30 +0000 Subject: The code using 'python-escalatorclient' as the client's package name. But the true name is 'escalatorclient'. Now, when the shell command 'escalator' was run, the system said: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found. Change-Id: Ie135038cec8a3475039f280e791a02b7308e39ae Signed-off-by: Kong Wei --- client/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/run_tests.sh') diff --git a/client/run_tests.sh b/client/run_tests.sh index 80edda6..ff7d278 100644 --- a/client/run_tests.sh +++ b/client/run_tests.sh @@ -2,7 +2,7 @@ function usage { echo "Usage: $0 [OPTION]..." - echo "Run python-escalatorclient's test suite(s)" + echo "Run escalatorclient's test suite(s)" echo "" echo " -p, --pep8 Just run flake8" echo " -h, --help Print this usage message" -- cgit 1.2.3-korg