From 84c339dbe21feecb52e2f7c65ef188c4ca91f418 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 11 Dec 2010 07:57:27 +0100 Subject: [PATCH] Remove achievements --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 71bcc788..91553d43 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,6 @@ PY_FILES_DIRS:=linkcheck tests *.py linkchecker cgi-bin config doc TESTS ?= tests/ # set test options, eg. to "--nologcapture" TESTOPTS= -# test for nose achievements plugin and use it if available -NOSE_ACHIEVEMENTS:=$(shell nosetests --plugins | grep achievements) -ifeq ($(strip $(NOSE_ACHIEVEMENTS)),Plugin achievements) -TESTOPTS += --with-achievements -endif PAGER ?= less # build dir for debian package BUILDDIR:=$(HOME)/packages/official