summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-02-20 22:38:52 -0800
committerJoe Gordon <jogo@cloudscaling.com>2012-02-21 09:06:08 -0800
commit1fc7c0c534b6b03feaf9be3d7aa0f5b3e4f42a9d (patch)
treeb1025f2bf8f7b0f211b10e3ede602f9203a40ca5 /run_tests.sh
parentc28e4b526aed5c3dacee17729241c6a12859fc0b (diff)
downloadnova-1fc7c0c534b6b03feaf9be3d7aa0f5b3e4f42a9d.tar.gz
Clarify use of Use of deprecated md5 library
See Invalid bug 937463 for more details Also change run_tests.sh to ignore more '*.pyc' files Change-Id: I8c8ded902833fe4268966ff7a9630daaaad43a19
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 1791645102..1d6f3a4dbd 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -102,7 +102,7 @@ xen_net_path="plugins/xenserver/networking/etc/xensource/scripts"
srcfiles=`find nova -type f -name "*.py"`
srcfiles+=" `find bin -type f ! -name "nova.conf*" ! -name "*api-paste.ini*"`"
srcfiles+=" `find tools -type f -name "*.py"`"
-srcfiles+=" `find ${xen_api_path} ${xen_net_path} -type f ! -name "*.patch"`"
+srcfiles+=" `find ${xen_api_path} ${xen_net_path} -type f ! -name "*.patch" ! -name "*.pyc"`"
srcfiles+=" setup.py"
function run_pep8 {