summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-01-09 10:28:55 -0800
committerJoe Heck <heckj@mac.com>2012-01-09 12:27:18 -0800
commit763013c5264e87dc8075d50117e5e394fccef1a7 (patch)
tree56e3db0488c7693c241fddb66563a261e342aa2e /run_tests.sh
parent13ec79bf48a185a6f359d1e6c013bdfe24b7da53 (diff)
downloadkeystone-763013c5264e87dc8075d50117e5e394fccef1a7.tar.gz
keystone-763013c5264e87dc8075d50117e5e394fccef1a7.tar.xz
keystone-763013c5264e87dc8075d50117e5e394fccef1a7.zip
renaming keystonelight to keystone
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 d561a7b9..be245a9a 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -86,7 +86,7 @@ function run_pep8 {
ignore_dirs="*ajaxterm*"
GLOBIGNORE="$ignore_scripts:$ignore_files:$ignore_dirs"
srcfiles=`find bin -type f ! -name .*.swp`
- srcfiles+=" keystonelight"
+ srcfiles+=" keystone"
# Just run PEP8 in current environment
${wrapper} pep8 --repeat --show-pep8 --show-source \
--ignore=E202,E111 \