Skip to content

Commit

Permalink
Run other non-distro-release dependent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed Oct 5, 2016
1 parent e8ec46c commit 1ed13db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/integration.sh
Expand Up @@ -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

0 comments on commit 1ed13db

Please sign in to comment.