diff --git a/README.rst b/README.rst index 53c7de576..d109a2d13 100644 --- a/README.rst +++ b/README.rst @@ -178,9 +178,8 @@ should only be run on the unit test directory. The default value of OS_TEST_PATH is OS_TEST_PATH=./tempest/test_discover which will only run test discover on the Tempest suite. -Alternatively, you can use the run_tests.sh script which will create a venv and -run the unit tests. There are also the py27 and py34 tox jobs which will run -the unit tests with the corresponding version of python. +Alternatively, there are the py27 and py34 tox jobs which will run the unit +tests with the corresponding version of python. Python 2.6 ---------- diff --git a/run_tests.sh b/run_tests.sh index 22314b6c2..a856bb44d 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -17,6 +17,44 @@ function usage { echo " -- [TESTROPTIONS] After the first '--' you can pass arbitrary arguments to testr " } +function deprecation_warning { + cat <