From: John Griffith Date: Thu, 4 Dec 2014 20:38:59 +0000 (-0700) Subject: Remove the check_uptodate conf checks X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=18a7f13d38ca3c74fa1ebaf4d03afebb4216e578;p=openstack-build%2Fcinder-build.git Remove the check_uptodate conf checks We recently removed the checkupdate tests for sample.conf here Ie4e25a8cd36782007a8934cc4573632f5215c2b1 To stop gating on this as it's just a big fat pain when external libs change. Instead, we'll start generating this in an external job and publishing somewhere. Funny thing though, we actually have a direct call in run_tests.sh as well. This patch removes the second call in run_tests.sh Change-Id: Iaef411e254186fbba80c21903d6f94538a808d93 --- diff --git a/run_tests.sh b/run_tests.sh index bf4350849..d7b6fa2c4 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -233,7 +233,6 @@ fi if [ $just_pep8 -eq 1 ]; then run_pep8 - ${wrapper} bash ./tools/config/check_uptodate.sh exit fi @@ -264,6 +263,5 @@ run_tests if [ -z "$testrargs" ]; then if [ $no_pep8 -eq 0 ]; then run_pep8 - ${wrapper} bash ./tools/config/check_uptodate.sh fi fi