summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBogdan Purcareata <bogdan.purcareata@freescale.com>2015-02-10 11:08:12 +0000
committerPaul Moore <pmoore@redhat.com>2015-02-10 14:06:58 -0500
commit9432a8b64051ec477a602f38c7cf93ae7c1c987f (patch)
treea9d548eb5e5b51195596cf128b47c3dc2ddd5d8a
parentc36a0c9b8c5ed81cea710827500b3de315c9609a (diff)
downloadlibseccomp-9432a8b64051ec477a602f38c7cf93ae7c1c987f.tar.gz
tests: add ppc64 support to the regression live tests
Otherwise The live tests will fail with "ERROR arch ppc64 not supported" Send against the working-ppc64 branch. Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> [PM: added ppc64le] Signed-off-by: Paul Moore <pmoore@redhat.com>
-rwxr-xr-xtests/regression2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression b/tests/regression
index 3ab6171..eeb6cfb 100755
--- a/tests/regression
+++ b/tests/regression
@@ -673,7 +673,7 @@ function run_test_live() {
# setup the arch specific return values
case "$arch" in
- x86|x86_64|x32|arm|aarch64)
+ x86|x86_64|x32|arm|aarch64|ppc64|ppc64le)
rc_kill=159
rc_allow=160
rc_trap=161