when doing partialcheck, don't skip any test-suite

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11079 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Haoyu Bai 2009-01-24 07:59:46 +00:00
commit 061cad9b54

View file

@ -258,7 +258,7 @@ check-%-test-suite:
fi
@passed=true; \
dir="Examples/test-suite/$*"; \
if $(skip-$*); then \
if $(skip-$*) -a $(ACTION) != "partialcheck"; then \
echo skipping $* test-suite $(ACTION); \
elif [ ! -d $$dir ]; then \
echo warning: cannot $(ACTION) $* test-suite "(no dir $$dir)";\