Fix again unit tests.
[openstack-build/ceilometer-build.git] / xenial / debian / rules
index 5cfd5d2668bd989fc70a07a88cfca1d32f07b444..a7c8a708e5c991b7549cca01f5689af7770cc23e 100755 (executable)
@@ -37,12 +37,9 @@ override_dh_auto_clean:
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-       set -e && TEMP_REZ=`mktemp -t` && \
-               rm -rf .testrepository ; \
-               testr init ; \
-               bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | tee $$TEMP_REZ | subunit2pyunit || true ; \
-               cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats || true ; \
-               rm -f $$TEMP_REZ
-       #./run-tests.sh || true
-       #PYTHONPATH=. nosetests -P || true
+       rm -rf .testrepository
+       testr init
+       bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | subunit2pyunit || true
+       testr slowest
+       testr last --subunit | subunit-filter -s --no-passthrough | subunit-stats
 endif