diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-01-29 17:35:27 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-01-29 17:35:27 -0500 |
| commit | 677f48454ec2be9908b367fae8b0bc2b3b7a31a1 (patch) | |
| tree | 26d32f4db1060d12ea766bd5109b4d7f5eb4fb7e /alltests.sh | |
| parent | 0f30ba843ea36905834c3b47e74192ec5e32eee6 (diff) | |
| download | python-coveragepy-git-677f48454ec2be9908b367fae8b0bc2b3b7a31a1.tar.gz | |
At last, all the tests pass on all versions of Python.
Diffstat (limited to 'alltests.sh')
| -rwxr-xr-x | alltests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alltests.sh b/alltests.sh index 79c3f1d7..c6cae5b2 100755 --- a/alltests.sh +++ b/alltests.sh @@ -16,7 +16,7 @@ do echo "=== $v c ===" COVERAGE_TEST_TRACER=c nosetests $@ echo "=== $v py ===" - rm coverage/tracer.so + rm coverage/tracer*.so COVERAGE_TEST_TRACER=py nosetests $@ done |
