summaryrefslogtreecommitdiff
path: root/contrib/cirrus/unit_test.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-01-28 15:12:25 -0500
committerChris Evich <cevich@redhat.com>2019-01-29 10:38:51 -0500
commit88f222b41daa256ebeee961346dbc74b99156189 (patch)
tree9efe2ac5d483e6814e9ded62d2a8c7d4bfd5ce43 /contrib/cirrus/unit_test.sh
parentebe929736cdb0925f26b416d56415348f1d16d92 (diff)
downloadpodman-88f222b41daa256ebeee961346dbc74b99156189.tar.gz
podman-88f222b41daa256ebeee961346dbc74b99156189.tar.bz2
podman-88f222b41daa256ebeee961346dbc74b99156189.zip
Cirrus: Enable AppArmor build and test
This was specifically disabled early on in transitioning to cirrus due to an excessive number of test failures and lack of knowledge. This commit reverses the stance and unifies build and test commands across all current platforms. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/unit_test.sh')
-rwxr-xr-xcontrib/cirrus/unit_test.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/cirrus/unit_test.sh b/contrib/cirrus/unit_test.sh
index 15403b7a7..fd9e82509 100755
--- a/contrib/cirrus/unit_test.sh
+++ b/contrib/cirrus/unit_test.sh
@@ -16,12 +16,8 @@ clean_env
set -x
cd "$GOSRC"
case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
- ubuntu-18)
- make install.tools "BUILDTAGS=$BUILDTAGS"
- make localunit "BUILDTAGS=$BUILDTAGS"
- make "BUILDTAGS=$BUILDTAGS"
- ;;
- fedora-29) ;& # Continue to the next item
+ ubuntu-18) ;& # Continue to the next item
+ fedora-29) ;&
fedora-28) ;&
centos-7) ;&
rhel-7)