From f390c4a89725cf933b6bc8fcad3c0b839a34d008 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Tue, 4 Oct 2016 14:27:12 +0100 Subject: [PATCH] Add deprecation message to run_tests.sh We should finally get rid of run_tests and just move to tox. Adds a deprecation warning to give this change more visibility. Change-Id: I4cfd8f031e49ae302ceee18496cc68bcec42c821 Implements: blueprint enhance-tox --- run_tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index 89827ff480..19faff741e 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,5 +1,10 @@ #!/bin/bash +echo "" +echo "The run_tests script is deprecated and will be removed in the " +echo "Queens Release Cycle (13.0), in favor of tox." +echo "" + set -o errexit function usage {