From: Thomas Goirand Date: Mon, 8 Jul 2013 16:33:08 +0000 (+0800) Subject: rm -f run_tests.err.log X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1624513d616299f778d05dcc0df1e794e5f3d8ef;p=openstack-build%2Fheat-build.git rm -f run_tests.err.log Rewritten-From: 10973b58bfcaf5d87e14bdea4596c4eaf910c2fa --- diff --git a/trusty/debian/rules b/trusty/debian/rules index a9d20d0a..78484ba9 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -20,6 +20,7 @@ override_dh_clean: rm -rf heat.egg-info rm -rf doc/build find . -iname '*.pyc' -delete + rm -f run_tests.err.log rm -f \ debian/heat-api-cfn.config \ debian/heat-api-cfn.postinst \