Skip to content

Commit

Permalink
Merge "Don't need to init testr explicitly"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 3, 2013
2 parents 2a76d0c + 059bc7a commit 57d3e6e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ if [ $no_site_packages -eq 1 ]; then
installvenvopts="--no-site-packages"
fi

function init_testr {
if [ ! -d .testrepository ]; then
${wrapper} testr init
fi
}

function run_tests {
# Cleanup *pyc
${wrapper} find . -type f -name "*.pyc" -delete
Expand Down Expand Up @@ -235,7 +229,6 @@ if [ $recreate_db -eq 1 ]; then
rm -f tests.sqlite
fi

init_testr
run_tests

# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,
Expand Down

0 comments on commit 57d3e6e

Please sign in to comment.