X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Frules;h=baaf59d7b4aae674fd64cb51736f4f50ce50f4ac;hb=1895b44c4afb14f0ddf6f9f768103a2d1ae5b542;hp=1d6cd3abeb5107708d74f8020ceb6b10e38aade5;hpb=5ad49ac6866ab4648551cc4bac92fa2d917cfcb9;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/rules b/trusty/debian/rules index 1d6cd3a..baaf59d 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -45,7 +45,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) testr init set -e && \ TEMP_REZ=`mktemp -t` && \ - bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | tee $$TEMP_REZ | subunit2pyunit || true ; \ + bash -x ./setup-test-env-mongodb.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 ; testr slowest