Removed tools/clean_vlans and tools/nova-debug from pep8 tests as they are shell scripts

This commit is contained in:
Justin Shepherd
2011年05月16日 08:26:39 -05:00
parent 93fad121c2
commit e2a1258458

View File

@@ -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}
}
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.