summaryrefslogtreecommitdiff
path: root/alltests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'alltests.sh')
-rwxr-xr-xalltests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/alltests.sh b/alltests.sh
index 7c8b0509..c6cae5b2 100755
--- a/alltests.sh
+++ b/alltests.sh
@@ -9,14 +9,14 @@
source ../ve/26/bin/activate
make --quiet testdata
-for v in 24 25 26 27 # 23 31 32
+for v in 24 25 26 27 31 32 # 23
do
source ../ve/$v/bin/activate
python setup.py -q develop
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