From 9fb9fb2986741041e37c2c65108b2031272b9b0b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 17 Jul 2011 09:52:05 -0300 Subject: [PATCH 1/1] build-system: run make clean before testing. The reasoning is that we might have some error in the build system that causes something not to be rebuilt; this would potentially have the tests run on the wrong version of the code. --- Makefile.local | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.local b/Makefile.local index 41feeb37..7f14e099 100644 --- a/Makefile.local +++ b/Makefile.local @@ -87,6 +87,7 @@ dist: $(TAR_FILE) .PHONY: release release: verify-source-tree-and-version $(MAKE) VERSION=$(VERSION) verify-newer + $(MAKE) VERSION=$(VERSION) clean $(MAKE) VERSION=$(VERSION) test rm -rf ./debian-build git-buildpackage -- 2.43.0