summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-01-06 15:58:02 -0800
committerJoe Heck <heckj@mac.com>2012-01-06 15:58:02 -0800
commit9691c0f7c8d1528290543765a355d0459f639e38 (patch)
treee35540a3577bd5d08918b3db51d56e8ae98cfc72 /run_tests.sh
parent205a7b9aed46c62567da6edc67e8303ba42ce9c5 (diff)
downloadkeystone-9691c0f7c8d1528290543765a355d0459f639e38.tar.gz
keystone-9691c0f7c8d1528290543765a355d0459f639e38.tar.xz
keystone-9691c0f7c8d1528290543765a355d0459f639e38.zip
tweaking for running regular tests in jenkins
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 02c44583..d561a7b9 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -90,7 +90,7 @@ function run_pep8 {
# Just run PEP8 in current environment
${wrapper} pep8 --repeat --show-pep8 --show-source \
--ignore=E202,E111 \
- --exclude=vcsversion.py ${srcfiles}
+ --exclude=vcsversion.py ${srcfiles} | tee pep8.txt
}
NOSETESTS="python run_tests.py $noseopts $noseargs"