X-Git-Url: https://git.gag.com/?p=debian%2Ftar;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=7c2f21c0ca2b40c85364f7ca9332ebba08fea9c1;hp=6ed8fe2060cf0ee32c0e48594079e16f33de9433;hb=3b3e11a0be384ef9fe2f7e08c6fe1b6f125d0543;hpb=936f68dc5a6b3244cdfb127896dae579a64b7add diff --git a/debian/rules b/debian/rules index 6ed8fe20..7c2f21c0 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) echo "Sorry, but the test suite is not designed to be run as root."; \ exit 1 ;\ fi - $(MAKE) check + $(MAKE) check || { cat tests/testsuite.log; false; } endif endif