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
c05c2081
Commit
c05c2081
authored
Nov 12, 2017
by
Ondrej Sury
Browse files
Add mips64el to the list of platforms that are allowed to fail test suite (Closes: #879637)
parent
7a748da8
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
c05c2081
...
...
@@ -32,7 +32,7 @@ else
endif
# Ignore test suite exit code on unstable platforms
ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel alpha powerpc sh4 hurd-i386))
ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel
mips64el
alpha powerpc sh4 hurd-i386))
TESTSUITE_FAIL_CMD:=true
else
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