summaryrefslogtreecommitdiff
path: root/alltests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'alltests.sh')
-rwxr-xr-xalltests.sh2
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