diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-04 17:40:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-04 17:40:37 +0000 |
commit | b65d994937682143f0999d7d2ea223d601827252 (patch) | |
tree | 67f8e90f0d4550ce16b9199692664dee0a72690a | |
parent | 343ecbcfa2c62896f35722cb478f1a60d633a3d3 (diff) | |
parent | f179c36aea50ab2dbb8a3d2fb43ea032e8c455e2 (diff) | |
download | python-swiftclient-b65d994937682143f0999d7d2ea223d601827252.tar.gz |
Merge "Drop *.dbm* before running tests"
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = sh -c 'find . -not \( -type d -name .?\* -prune \) \ +commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \ \( -type d -name "__pycache__" -or -type f -name "*.py[co]" \) \ - -print0 | xargs -0 rm -rf' + -print0; find . -name "*.dbm*" -print0) | xargs -0 rm -rf' python setup.py testr --testr-args="{posargs}" whitelist_externals = sh passenv = SWIFT_* *_proxy |