summaryrefslogtreecommitdiff
path: root/tests/regression
diff options
context:
space:
mode:
authorJan Willeke <willeke@linux.vnet.ibm.com>2015-06-01 14:22:09 +0200
committerPaul Moore <pmoore@redhat.com>2015-07-13 10:28:53 -0400
commitacc895703daf72d6c9a83db2b7a0f8ff73b37ad5 (patch)
tree569970abcf7bc126c69d41543b59a2db569fcace /tests/regression
parent02030ce9920181bc1058990ecaefaa754de9ad3a (diff)
downloadlibseccomp-acc895703daf72d6c9a83db2b7a0f8ff73b37ad5.tar.gz
arch: add support for s390
This patch adds support for S390 (32-bit) architecture. Signed-off-by: Jan Willeke <willeke@linux.vnet.ibm.com> [PM: rewrote the subject line, style fixes, s390x/s390 typo bugfixes] Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tests/regression')
-rwxr-xr-xtests/regression4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression b/tests/regression
index ccc029b..b56dd58 100755
--- a/tests/regression
+++ b/tests/regression
@@ -22,7 +22,7 @@
#
GLBL_ARCH_LE_SUPPORT="x86 x86_64 x32 arm aarch64 mipsel mipsel64 mipsel64n32"
-GLBL_ARCH_BE_SUPPORT="mips mips64 mips64n32 s390x"
+GLBL_ARCH_BE_SUPPORT="mips mips64 mips64n32 s390 s390x"
GLBL_SYS_ARCH="../tools/scmp_arch_detect"
GLBL_SYS_RESOLVER="../tools/scmp_sys_resolver"
@@ -667,7 +667,7 @@ function run_test_live() {
# setup the arch specific return values
case "$arch" in
- x86|x86_64|x32|arm|aarch64|s390x)
+ x86|x86_64|x32|arm|aarch64|s390x|s390)
rc_kill=159
rc_allow=160
rc_trap=161