Commit f3c046db authored by Ondrej Sury's avatar Ondrej Sury
Browse files

Ignore failed tests on more non-release platforms (kfreebsd-i386, kfreebsd-amd64 and sparc64)

parent fe1bb3fa
...@@ -32,7 +32,7 @@ else ...@@ -32,7 +32,7 @@ else
endif endif
# Ignore test suite exit code on unstable platforms # Ignore test suite exit code on unstable platforms
ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel mips64el alpha powerpc sh4 hurd-i386)) ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel mips64el alpha powerpc sh4 hurd-i386 sparc64 kfreebsd-i386 kfreebsd-amd64))
TESTSUITE_FAIL_CMD:=true TESTSUITE_FAIL_CMD:=true
else else
TESTSUITE_FAIL_CMD:=exit 1 TESTSUITE_FAIL_CMD:=exit 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment