From ede120a32d22d39397500304a74c40a11b7f0df3 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 13 Jul 2012 14:10:56 -0400 Subject: [PATCH] Updates run_tests.sh to exclude openstack-common. We exclude openstack-common in tox.ini already. This change updates run_tests.sh to match that behaviour. Change-Id: I1bf5784193e63156bc5fe140ad6e403669c7909d --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 607245ab70..6812a8f66f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -60,7 +60,7 @@ function run_tests { function run_pep8 { echo "Running pep8 ..." - PEP8_EXCLUDE=".venv,.tox,dist,doc" + PEP8_EXCLUDE=".venv,.tox,dist,doc,openstack" PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat" PEP8_INCLUDE="." ${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE