diff options
author | kali <kali@leap.se> | 2013-04-08 23:44:22 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-04-08 23:44:22 +0900 |
commit | 42593d4c6bda51a544a72abc0f935633939dad49 (patch) | |
tree | 54e592870377d6a69929c2b7b6c7ac51fca3f7e0 /run_tests.sh | |
parent | 05fe7f44a899288a8a69b9a46793513b87f8d228 (diff) |
Several fixes as per review
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index d11da01a..fccf6b3f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -93,7 +93,7 @@ function run_tests { function run_pep8 { echo "Running pep8 ..." - srcfiles="src/leap tests" + srcfiles="src/leap" # Just run PEP8 in current environment pep8_opts="--ignore=E202,W602 --exclude=*_rc.py,ui_*,_version.py --repeat" ${wrapper} pep8 ${pep8_opts} ${srcfiles} |