Removed tools/clean_vlans and tools/nova-debug from pep8 tests as they are shell scripts
This commit is contained in:
1 changed files with 1 additions and 2 deletions
@@ -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
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.