From 11c916ef6cb48c0935f7c09ba2e5f1d9b5c72e4e Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Wed, 18 Feb 2015 12:03:00 -0500 Subject: [PATCH] giza remove integration test from suite --- giza/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/giza/makefile b/giza/makefile index 7f59abcb8..c7c4acb78 100644 --- a/giza/makefile +++ b/giza/makefile @@ -1,8 +1,8 @@ nosetests: @echo "[testing] running nosetests" - nosetests + nosetests -w ./test ifeq ($(shell test -f /etc/arch-release && echo arch || echo Linux),arch) - nosetests2 + nosetests2 -w ./test endif pyflakes: