summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-01-21 08:36:26 +0000
committerGerrit Code Review <review@openstack.org>2014-01-21 08:36:26 +0000
commitb03fb416827ba9abdce1bf2c117349e38e7934ec (patch)
treec8a773f3a35df8211cdde1c700ddf4cdcde4fc24
parent5b1fa19e3f5af7b3c5c7419eec541da314ea3666 (diff)
parent13551727f6d6a96a6bf1c55eee39a7fe3bb821f9 (diff)
downloadkeystone-b03fb416827ba9abdce1bf2c117349e38e7934ec.tar.gz
Merge "Removes deprecation warning from run_tests.sh"
-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