summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Stanek <dstanek@dstanek.com>2014-01-16 17:58:07 +0000
committerAdam Young <ayoung@redhat.com>2014-01-18 10:17:55 -0500
commit13551727f6d6a96a6bf1c55eee39a7fe3bb821f9 (patch)
tree23eae33d3a6f5c544b1bbb3493158d0407fd9525
parent170e8da31d0abdad91034ae477d146f101c2ca5b (diff)
downloadkeystone-13551727f6d6a96a6bf1c55eee39a7fe3bb821f9.tar.gz
Removes deprecation warning from run_tests.sh
Change-Id: Iab37535f8f9166ba231401c270a94b041c4c20f5
-rwxr-xr-xrun_tests.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 8a48ffc5e..e6b5f3add 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -112,11 +112,6 @@ function run_flake8 {
${wrapper} flake8 $FLAGS | tee pep8.txt
}
-echo "This script is now deprecated. Please use tox instead."
-echo "Checkout http://tox.readthedocs.org/en/latest/ for information on tox."
-echo "[press enter to continue]"
-read
-
if [ $never_venv -eq 0 ]
then
# Remove the virtual environment if --force used