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:
parent
2a70d76d2e
commit
061cad9b54
1 changed files with 1 additions and 1 deletions
|
|
@ -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)";\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue