Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Samuel Thibault
mariadb-10.1
Commits
f3c046db
Commit
f3c046db
authored
Nov 23, 2017
by
Ondrej Sury
Browse files
Ignore failed tests on more non-release platforms (kfreebsd-i386, kfreebsd-amd64 and sparc64)
parent
fe1bb3fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
f3c046db
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment