summaryrefslogtreecommitdiff
path: root/contrib/cirrus/integration_test.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-30 11:23:05 +0100
committerGitHub <noreply@github.com>2019-01-30 11:23:05 +0100
commitb01ec95bda1f0398e62be85aeade70f2e6a1ca8d (patch)
treec768302438a4dd019bab007c51c3698affb56be7 /contrib/cirrus/integration_test.sh
parent76019c31f535c6473e5f7d645cf42ca4477e2c33 (diff)
parent18b7009754df560d6debcba6123888af62b6e3e0 (diff)
downloadpodman-b01ec95bda1f0398e62be85aeade70f2e6a1ca8d.tar.gz
podman-b01ec95bda1f0398e62be85aeade70f2e6a1ca8d.tar.bz2
podman-b01ec95bda1f0398e62be85aeade70f2e6a1ca8d.zip
Merge pull request #2225 from cevich/enable_apparmor
Cirrus: Enable AppArmor build and test
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-xcontrib/cirrus/integration_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh
index 627864f47..58c8af289 100755
--- a/contrib/cirrus/integration_test.sh
+++ b/contrib/cirrus/integration_test.sh
@@ -17,9 +17,9 @@ set -x
cd "$GOSRC"
case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
ubuntu-18)
- make install PREFIX=/usr ETCDIR=/etc "BUILDTAGS=$BUILDTAGS"
- make test-binaries "BUILDTAGS=$BUILDTAGS"
- SKIP_USERNS=1 make localintegration "BUILDTAGS=$BUILDTAGS"
+ make install PREFIX=/usr ETCDIR=/etc
+ make test-binaries
+ SKIP_USERNS=1 make localintegration
;;
fedora-29) ;& # Continue to the next item
fedora-28) ;&