summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Shepherd <jshepher@rackspace.com>2011-05-16 08:26:39 -0500
committerJustin Shepherd <jshepher@rackspace.com>2011-05-16 08:26:39 -0500
commite2a1258458e121f192d639d2804b3d3efa40495f (patch)
tree39a358d0ebf218e522f72db832579b2ba39cf701
parent93fad121c209af015fc2f359c55ad28bba389941 (diff)
Removed tools/clean_vlans and tools/nova-debug from pep8 tests as they are shell scripts
-rwxr-xr-xrun_tests.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index a9def3e35..2e4f4cd22 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -61,8 +61,7 @@ function run_pep8 {
echo "Running pep8 ..."
srcfiles=`find bin -type f ! -name "nova.conf*"`
srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance"
- srcfiles+=" tools/clean-vlans tools/esx/guest_tool.py tools/euca-get-ajax-console"
- srcfiles+=" tools/install_venv.py tools/nova-debug"
+ srcfiles+=" tools/esx/guest_tool.py tools/euca-get-ajax-console tools/install_venv.py"
pep8 --repeat --show-pep8 --show-source --exclude=vcsversion.py ${srcfiles}
}