From 31b8224f2a18d3ab0ac3d8ae5b0d6e85d3ad6f7e Mon Sep 17 00:00:00 2001 From: Venkata Krishna Rohit Sakala Date: Thu, 9 Jun 2022 12:31:29 +0200 Subject: [PATCH] Enable compact tests for k3s s390x Signed-off-by: Venkata Krishna Rohit Sakala --- scripts/test | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/test b/scripts/test index 1783c3fd1a..f7d49ff51b 100755 --- a/scripts/test +++ b/scripts/test @@ -18,11 +18,8 @@ docker ps . ./scripts/test-run-basics echo "Did test-run-basics $?" -# Skipping compact tests for s390x since there is no previous s390x release -if [ ${ARCH} != s390x ]; then - . ./scripts/test-run-compat - echo "Did test-run-compat $?" -fi +. ./scripts/test-run-compat +echo "Did test-run-compat $?" . ./scripts/test-run-etcd echo "Did test-run-etcd $?"