From 1ed13db4d268eb759389719d721ae94a250b9181 Mon Sep 17 00:00:00 2001 From: Will Stephenson Date: Wed, 5 Oct 2016 10:09:39 +0200 Subject: [PATCH] Run other non-distro-release dependent tests --- docker/integration.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker/integration.sh b/docker/integration.sh index 68898d31..18a65614 100755 --- a/docker/integration.sh +++ b/docker/integration.sh @@ -7,4 +7,8 @@ fi rake build[$PRODUCT] && zypper --non-interactive --no-gpg-checks in /oscbuild/$PRODUCT-x86_64/home/abuild/rpmbuild/RPMS/x86_64/* && -cucumber /tmp/connect/features/activation.feature /tmp/connect/features/activation_errors.feature +cucumber /tmp/connect/features/activation.feature \ + /tmp/connect/features/activation_errors.feature \ + /tmp/connect/features/help.feature \ + /tmp/connect/features/version.feature \ + /tmp/connect/features/localization