From 28dc4883356a50f2805a3e3c819a541c44a4ff0a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 1 Feb 2014 15:33:27 +0100 Subject: [PATCH] installcheck: Don't depend on install This is a hack to prevent "installcheck" from clobbering files fixed up by Nixpkgs' fixupPhase. --- tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.mk b/tests.mk index 339abd5803..bb94a83ac3 100644 --- a/tests.mk +++ b/tests.mk @@ -10,7 +10,7 @@ define run-install-test = endef -installcheck: install +installcheck: @total=0; failed=0; for i in $(_installcheck-list); do \ total=$$((total + 1)); \ echo "running test $$i"; \